Html Css Color HEX #DC3E81 Deep Cerise

📋 copy color: '#DC3E81'

red 220 ◦ green 62 ◦ blue 129

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

Shades of Deep Cerise #DC3E81

Tints of Deep Cerise #DC3E81

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.09%

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

R = 53.53%
G = 15.09%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC3E81 (or 0xDC3E81) is known color: Deep Cerise. HEX triplet: DC, 3E and 81. RGB value is (220,62,129). Sum of RGB (Red+Green+Blue) = 220+62+129=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3E81 is #23C17E. Grayscale: #747474. Windows color (decimal): -2343295 or 8470236. OLE color: 8470236.

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

Color convert

RGB 220 62 129 -
CMYK 0 0.72 0.41 0.14
HSL 334.56º 0.69% 0.55% -
HSV(B) 334.56º 0.72% 0.86% -
XYZ 35.2 20.25 22.82 -
YUV 116.88 134.85 201.55 -
System Red Green Blue C M Y K H S L
Decimal 220 62 129 0 0.72 0.41 0.14 334.56 0.69 0.55
Hex DC 3E 81 0 48 29 E 14F 45 37
Octal 334 76 201 0 110 51 16 517 105 67
Binary 11011100 111110 10000001 0 1001000 101001 1110 101001111 1000101 110111

Color Harmonies of #DC3E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E81

Black with #DC3E81

Text Example


Text Example

White with #DC3E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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