Html Css Color HEX #DC2082 Deep Cerise

📋 copy color: '#DC2082'

red 220 ◦ green 32 ◦ blue 130

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

Shades of Deep Cerise #DC2082

Tints of Deep Cerise #DC2082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.38%

 BLUE value IS 130 (51.17% from 255) = 34.03%

R = 57.59%
G = 8.38%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC2082 (or 0xDC2082) is known color: Deep Cerise. HEX triplet: DC, 20 and 82. RGB value is (220,32,130). Sum of RGB (Red+Green+Blue) = 220+32+130=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2082 is #23DF7D. Grayscale: #636363. Windows color (decimal): -2350974 or 8528092. OLE color: 8528092.

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

Color convert

RGB 220 32 130 -
CMYK 0 0.85 0.41 0.14
HSL 328.72º 0.75% 0.49% -
HSV(B) 328.72º 0.85% 0.86% -
XYZ 34.06 17.86 22.77 -
YUV 99.38 145.28 214.03 -
System Red Green Blue C M Y K H S L
Decimal 220 32 130 0 0.85 0.41 0.14 328.72 0.75 0.49
Hex DC 20 82 0 55 29 E 149 4B 31
Octal 334 40 202 0 125 51 16 511 113 61
Binary 11011100 100000 10000010 0 1010101 101001 1110 101001001 1001011 110001

Color Harmonies of #DC2082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2082

Black with #DC2082

Text Example


Text Example

White with #DC2082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2082; }

 p { color: rgb(220,32,130); }

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

background-color css

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

 a { background-color: rgb(220,32,130); }

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

border-color css

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

 span { border-color: rgb(220,32,130); }

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