Html Css Color HEX #DC2280 Deep Cerise

📋 copy color: '#DC2280'

red 220 ◦ green 34 ◦ blue 128

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

Shades of Deep Cerise #DC2280

Tints of Deep Cerise #DC2280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.9%

 BLUE value IS 128 (50.39% from 255) = 33.51%

R = 57.59%
G = 8.9%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC2280 (or 0xDC2280) is known color: Deep Cerise. HEX triplet: DC, 22 and 80. RGB value is (220,34,128). Sum of RGB (Red+Green+Blue) = 220+34+128=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2280 is #23DD7F. Grayscale: #646464. Windows color (decimal): -2350464 or 8397532. OLE color: 8397532.

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

Color convert

RGB 220 34 128 -
CMYK 0 0.85 0.42 0.14
HSL 329.68º 0.73% 0.5% -
HSV(B) 329.68º 0.85% 0.86% -
XYZ 33.98 17.92 22.09 -
YUV 100.33 143.62 213.36 -
System Red Green Blue C M Y K H S L
Decimal 220 34 128 0 0.85 0.42 0.14 329.68 0.73 0.5
Hex DC 22 80 0 55 2A E 14A 49 32
Octal 334 42 200 0 125 52 16 512 111 62
Binary 11011100 100010 10000000 0 1010101 101010 1110 101001010 1001001 110010

Color Harmonies of #DC2280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2280

Black with #DC2280

Text Example


Text Example

White with #DC2280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2280; }

 p { color: rgb(220,34,128); }

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

background-color css

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

 a { background-color: rgb(220,34,128); }

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

border-color css

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

 span { border-color: rgb(220,34,128); }

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