Html Css Color HEX #DC409A Deep Cerise

📋 copy color: '#DC409A'

red 220 ◦ green 64 ◦ blue 154

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

Shades of Deep Cerise #DC409A

Tints of Deep Cerise #DC409A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.16%

R = 50.23%
G = 14.61%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC409A (or 0xDC409A) is known color: Deep Cerise. HEX triplet: DC, 40 and 9A. RGB value is (220,64,154). Sum of RGB (Red+Green+Blue) = 220+64+154=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC409A is #23BF65. Grayscale: #787878. Windows color (decimal): -2342758 or 10109148. OLE color: 10109148.

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

Color convert

RGB 220 64 154 -
CMYK 0 0.71 0.3 0.14
HSL 325.38º 0.69% 0.56% -
HSV(B) 325.38º 0.71% 0.86% -
XYZ 37.18 21.22 32.71 -
YUV 120.9 146.68 198.68 -
System Red Green Blue C M Y K H S L
Decimal 220 64 154 0 0.71 0.3 0.14 325.38 0.69 0.56
Hex DC 40 9A 0 47 1E E 145 45 38
Octal 334 100 232 0 107 36 16 505 105 70
Binary 11011100 1000000 10011010 0 1000111 11110 1110 101000101 1000101 111000

Color Harmonies of #DC409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC409A

Black with #DC409A

Text Example


Text Example

White with #DC409A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC409A; }

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

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

background-color css

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

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

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

border-color css

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

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

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