Html Css Color HEX #DC4081 Deep Cerise

📋 copy color: '#DC4081'

red 220 ◦ green 64 ◦ blue 129

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

Shades of Deep Cerise #DC4081

Tints of Deep Cerise #DC4081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.23%

R = 53.27%
G = 15.5%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC4081 (or 0xDC4081) is known color: Deep Cerise. HEX triplet: DC, 40 and 81. RGB value is (220,64,129). Sum of RGB (Red+Green+Blue) = 220+64+129=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4081 is #23BF7E. Grayscale: #757575. Windows color (decimal): -2342783 or 8470748. OLE color: 8470748.

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

Color convert

RGB 220 64 129 -
CMYK 0 0.71 0.41 0.14
HSL 335º 0.69% 0.56% -
HSV(B) 335º 0.71% 0.86% -
XYZ 35.31 20.47 22.86 -
YUV 118.05 134.18 200.71 -
System Red Green Blue C M Y K H S L
Decimal 220 64 129 0 0.71 0.41 0.14 335 0.69 0.56
Hex DC 40 81 0 47 29 E 14F 45 38
Octal 334 100 201 0 107 51 16 517 105 70
Binary 11011100 1000000 10000001 0 1000111 101001 1110 101001111 1000101 111000

Color Harmonies of #DC4081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4081

Black with #DC4081

Text Example


Text Example

White with #DC4081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4081; }

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

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

background-color css

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

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

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

border-color css

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

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

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