Html Css Color HEX #DC408F Deep Cerise

📋 copy color: '#DC408F'

red 220 ◦ green 64 ◦ blue 143

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

Shades of Deep Cerise #DC408F

Tints of Deep Cerise #DC408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.99%

 BLUE value IS 143 (56.25% from 255) = 33.49%

R = 51.52%
G = 14.99%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC408F (or 0xDC408F) is known color: Deep Cerise. HEX triplet: DC, 40 and 8F. RGB value is (220,64,143). Sum of RGB (Red+Green+Blue) = 220+64+143=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC408F is #23BF70. Grayscale: #777777. Windows color (decimal): -2342769 or 9388252. OLE color: 9388252.

HSL color Cylindrical-coordinate representation of color #DC408F: hue angle of 329.62º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC408F is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 143 -
CMYK 0 0.71 0.35 0.14
HSL 329.62º 0.69% 0.56% -
HSV(B) 329.62º 0.71% 0.86% -
XYZ 36.31 20.87 28.1 -
YUV 119.65 141.18 199.58 -
System Red Green Blue C M Y K H S L
Decimal 220 64 143 0 0.71 0.35 0.14 329.62 0.69 0.56
Hex DC 40 8F 0 47 23 E 14A 45 38
Octal 334 100 217 0 107 43 16 512 105 70
Binary 11011100 1000000 10001111 0 1000111 100011 1110 101001010 1000101 111000

Color Harmonies of #DC408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC408F

Black with #DC408F

Text Example


Text Example

White with #DC408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC408F; }

 p { color: rgb(220,64,143); }

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

background-color css

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

 a { background-color: rgb(220,64,143); }

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

border-color css

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

 span { border-color: rgb(220,64,143); }

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