Html Css Color HEX #DC409D Deep Cerise

📋 copy color: '#DC409D'

red 220 ◦ green 64 ◦ blue 157

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

Shades of Deep Cerise #DC409D

Tints of Deep Cerise #DC409D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.6%

R = 49.89%
G = 14.51%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC409D (or 0xDC409D) is known color: Deep Cerise. HEX triplet: DC, 40 and 9D. RGB value is (220,64,157). Sum of RGB (Red+Green+Blue) = 220+64+157=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC409D is #23BF62. Grayscale: #797979. Windows color (decimal): -2342755 or 10305756. OLE color: 10305756.

HSL color Cylindrical-coordinate representation of color #DC409D: hue angle of 324.23º 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 #DC409D is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 157 -
CMYK 0 0.71 0.29 0.14
HSL 324.23º 0.69% 0.56% -
HSV(B) 324.23º 0.71% 0.86% -
XYZ 37.43 21.32 34.04 -
YUV 121.25 148.18 198.44 -
System Red Green Blue C M Y K H S L
Decimal 220 64 157 0 0.71 0.29 0.14 324.23 0.69 0.56
Hex DC 40 9D 0 47 1D E 144 45 38
Octal 334 100 235 0 107 35 16 504 105 70
Binary 11011100 1000000 10011101 0 1000111 11101 1110 101000100 1000101 111000

Color Harmonies of #DC409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC409D

Black with #DC409D

Text Example


Text Example

White with #DC409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC409D; }

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

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

background-color css

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

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

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

border-color css

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

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

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