Html Css Color HEX #DC409B Deep Cerise

📋 copy color: '#DC409B'

red 220 ◦ green 64 ◦ blue 155

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

Shades of Deep Cerise #DC409B

Tints of Deep Cerise #DC409B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 50.11%
G = 14.58%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC409B (or 0xDC409B) is known color: Deep Cerise. HEX triplet: DC, 40 and 9B. RGB value is (220,64,155). Sum of RGB (Red+Green+Blue) = 220+64+155=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC409B is #23BF64. Grayscale: #787878. Windows color (decimal): -2342757 or 10174684. OLE color: 10174684.

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

Color convert

RGB 220 64 155 -
CMYK 0 0.71 0.30 0.14
HSL 325º 0.69% 0.56% -
HSV(B) 325º 0.71% 0.86% -
XYZ 37.27 21.25 33.15 -
YUV 121.02 147.18 198.6 -
System Red Green Blue C M Y K H S L
Decimal 220 64 155 0 0.71 0.30 0.14 325 0.69 0.56
Hex DC 40 9B 0 47 1E E 145 45 38
Octal 334 100 233 0 107 36 16 505 105 70
Binary 11011100 1000000 10011011 0 1000111 11110 1110 101000101 1000101 111000

Color Harmonies of #DC409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC409B

Black with #DC409B

Text Example


Text Example

White with #DC409B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC409B; }

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

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

background-color css

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

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

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

border-color css

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

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

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