Html Css Color HEX #DC229F Deep Cerise

📋 copy color: '#DC229F'

red 220 ◦ green 34 ◦ blue 159

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

Shades of Deep Cerise #DC229F

Tints of Deep Cerise #DC229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.23%

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 53.27%
G = 8.23%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC229F (or 0xDC229F) is known color: Deep Cerise. HEX triplet: DC, 22 and 9F. RGB value is (220,34,159). Sum of RGB (Red+Green+Blue) = 220+34+159=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC229F is #23DD60. Grayscale: #676767. Windows color (decimal): -2350433 or 10429148. OLE color: 10429148.

HSL color Cylindrical-coordinate representation of color #DC229F: hue angle of 319.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC229F is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 34 159 -
CMYK 0 0.85 0.28 0.14
HSL 319.68º 0.73% 0.5% -
HSV(B) 319.68º 0.85% 0.86% -
XYZ 36.35 18.86 34.53 -
YUV 103.86 159.12 210.84 -
System Red Green Blue C M Y K H S L
Decimal 220 34 159 0 0.85 0.28 0.14 319.68 0.73 0.5
Hex DC 22 9F 0 55 1C E 140 49 32
Octal 334 42 237 0 125 34 16 500 111 62
Binary 11011100 100010 10011111 0 1010101 11100 1110 101000000 1001001 110010

Color Harmonies of #DC229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC229F

Black with #DC229F

Text Example


Text Example

White with #DC229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC229F; }

 p { color: rgb(220,34,159); }

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

background-color css

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

 a { background-color: rgb(220,34,159); }

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

border-color css

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

 span { border-color: rgb(220,34,159); }

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