Html Css Color HEX #DC289F Deep Cerise

📋 copy color: '#DC289F'

red 220 ◦ green 40 ◦ blue 159

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

Shades of Deep Cerise #DC289F

Tints of Deep Cerise #DC289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.55%

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

R = 52.51%
G = 9.55%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC289F (or 0xDC289F) is known color: Deep Cerise. HEX triplet: DC, 28 and 9F. RGB value is (220,40,159). Sum of RGB (Red+Green+Blue) = 220+40+159=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC289F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC289F is #23D760. Grayscale: #6B6B6B. Windows color (decimal): -2348897 or 10430684. OLE color: 10430684.

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

Color convert

RGB 220 40 159 -
CMYK 0 0.82 0.28 0.14
HSL 320.33º 0.72% 0.51% -
HSV(B) 320.33º 0.82% 0.86% -
XYZ 36.53 19.24 34.59 -
YUV 107.39 157.13 208.32 -
System Red Green Blue C M Y K H S L
Decimal 220 40 159 0 0.82 0.28 0.14 320.33 0.72 0.51
Hex DC 28 9F 0 52 1C E 140 48 33
Octal 334 50 237 0 122 34 16 500 110 63
Binary 11011100 101000 10011111 0 1010010 11100 1110 101000000 1001000 110011

Color Harmonies of #DC289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC289F

Black with #DC289F

Text Example


Text Example

White with #DC289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC289F; }

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

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

background-color css

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

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

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

border-color css

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

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

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