Html Css Color HEX #DC2981 Deep Cerise

📋 copy color: '#DC2981'

red 220 ◦ green 41 ◦ blue 129

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

Shades of Deep Cerise #DC2981

Tints of Deep Cerise #DC2981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.51%

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

R = 56.41%
G = 10.51%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC2981 (or 0xDC2981) is known color: Deep Cerise. HEX triplet: DC, 29 and 81. RGB value is (220,41,129). Sum of RGB (Red+Green+Blue) = 220+41+129=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2981 is #23D67E. Grayscale: #686868. Windows color (decimal): -2348671 or 8464860. OLE color: 8464860.

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

Color convert

RGB 220 41 129 -
CMYK 0 0.81 0.41 0.14
HSL 330.5º 0.72% 0.51% -
HSV(B) 330.5º 0.81% 0.86% -
XYZ 34.27 18.39 22.51 -
YUV 104.55 141.8 210.34 -
System Red Green Blue C M Y K H S L
Decimal 220 41 129 0 0.81 0.41 0.14 330.5 0.72 0.51
Hex DC 29 81 0 51 29 E 14B 48 33
Octal 334 51 201 0 121 51 16 513 110 63
Binary 11011100 101001 10000001 0 1010001 101001 1110 101001011 1001000 110011

Color Harmonies of #DC2981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2981

Black with #DC2981

Text Example


Text Example

White with #DC2981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2981; }

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

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

background-color css

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

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

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

border-color css

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

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

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