Html Css Color HEX #DC2883 Deep Cerise

📋 copy color: '#DC2883'

red 220 ◦ green 40 ◦ blue 131

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

Shades of Deep Cerise #DC2883

Tints of Deep Cerise #DC2883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.23%

 BLUE value IS 131 (51.56% from 255) = 33.5%

R = 56.27%
G = 10.23%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC2883 (or 0xDC2883) is known color: Deep Cerise. HEX triplet: DC, 28 and 83. RGB value is (220,40,131). Sum of RGB (Red+Green+Blue) = 220+40+131=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2883 is #23D77C. Grayscale: #686868. Windows color (decimal): -2348925 or 8595676. OLE color: 8595676.

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

Color convert

RGB 220 40 131 -
CMYK 0 0.82 0.40 0.14
HSL 329.67º 0.72% 0.51% -
HSV(B) 329.67º 0.82% 0.86% -
XYZ 34.37 18.37 23.21 -
YUV 104.19 143.13 210.6 -
System Red Green Blue C M Y K H S L
Decimal 220 40 131 0 0.82 0.40 0.14 329.67 0.72 0.51
Hex DC 28 83 0 52 28 E 14A 48 33
Octal 334 50 203 0 122 50 16 512 110 63
Binary 11011100 101000 10000011 0 1010010 101000 1110 101001010 1001000 110011

Color Harmonies of #DC2883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2883

Black with #DC2883

Text Example


Text Example

White with #DC2883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2883; }

 p { color: rgb(220,40,131); }

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

background-color css

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

 a { background-color: rgb(220,40,131); }

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

border-color css

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

 span { border-color: rgb(220,40,131); }

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