Html Css Color HEX #DC299C Deep Cerise

📋 copy color: '#DC299C'

red 220 ◦ green 41 ◦ blue 156

#DC299C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #DC299C

Tints of Deep Cerise #DC299C

RGB

 RED value IS 220 (86.33% from 255) = 52.76%

 GREEN value IS 41 (16.41% from 255) = 9.83%

 BLUE value IS 156 (61.33% from 255) = 37.41%

R = 52.76%
G = 9.83%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC299C (or 0xDC299C) is known color: Deep Cerise. HEX triplet: DC, 29 and 9C. RGB value is (220,41,156). Sum of RGB (Red+Green+Blue) = 220+41+156=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC299C is #23D663. Grayscale: #6B6B6B. Windows color (decimal): -2348644 or 10234332. OLE color: 10234332.

HSL color Cylindrical-coordinate representation of color #DC299C: hue angle of 321.45º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC299C is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 41 156 -
CMYK 0 0.81 0.29 0.14
HSL 321.45º 0.72% 0.51% -
HSV(B) 321.45º 0.81% 0.86% -
XYZ 36.31 19.2 33.25 -
YUV 107.63 155.3 208.15 -
System Red Green Blue C M Y K H S L
Decimal 220 41 156 0 0.81 0.29 0.14 321.45 0.72 0.51
Hex DC 29 9C 0 51 1D E 141 48 33
Octal 334 51 234 0 121 35 16 501 110 63
Binary 11011100 101001 10011100 0 1010001 11101 1110 101000001 1001000 110011

Color Harmonies of #DC299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC299C

Black with #DC299C

Text Example


Text Example

White with #DC299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC299C; }

 p { color: rgb(220,41,156); }

 H1.HeaderClassName
 {
   color: #DC299C;
 }
 .AnyTagClassName
 {
   color: #DC299C;
 }
</style>

background-color css

<style>
 a { background-color: #DC299C; }

 a { background-color: rgb(220,41,156); }

 div.DivClassName
 {
   background-color: #DC299C;
 }
 .BgClassName
 {
   background-color: #DC299C;
 }
</style>

border-color css

<style>
 span { border-color: #DC299C; }

 span { border-color: rgb(220,41,156); }

 td.TdClassName
 {
   border-color: #DC299C;
 }
 .TagClassName
 {
   border-color: #DC299C;
 }
</style>