Html Css Color HEX #DC2581 Deep Cerise

📋 copy color: '#DC2581'

red 220 ◦ green 37 ◦ blue 129

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

Shades of Deep Cerise #DC2581

Tints of Deep Cerise #DC2581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.59%

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

R = 56.99%
G = 9.59%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC2581 (or 0xDC2581) is known color: Deep Cerise. HEX triplet: DC, 25 and 81. RGB value is (220,37,129). Sum of RGB (Red+Green+Blue) = 220+37+129=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2581 is #23DA7E. Grayscale: #666666. Windows color (decimal): -2349695 or 8463836. OLE color: 8463836.

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

Color convert

RGB 220 37 129 -
CMYK 0 0.83 0.41 0.14
HSL 329.84º 0.72% 0.5% -
HSV(B) 329.84º 0.83% 0.86% -
XYZ 34.14 18.12 22.47 -
YUV 102.21 143.13 212.02 -
System Red Green Blue C M Y K H S L
Decimal 220 37 129 0 0.83 0.41 0.14 329.84 0.72 0.5
Hex DC 25 81 0 53 29 E 14A 48 32
Octal 334 45 201 0 123 51 16 512 110 62
Binary 11011100 100101 10000001 0 1010011 101001 1110 101001010 1001000 110010

Color Harmonies of #DC2581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2581

Black with #DC2581

Text Example


Text Example

White with #DC2581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2581; }

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

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

background-color css

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

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

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

border-color css

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

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

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