Html Css Color HEX #DC2482 Deep Cerise

📋 copy color: '#DC2482'

red 220 ◦ green 36 ◦ blue 130

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

Shades of Deep Cerise #DC2482

Tints of Deep Cerise #DC2482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.33%

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

R = 56.99%
G = 9.33%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC2482 (or 0xDC2482) is known color: Deep Cerise. HEX triplet: DC, 24 and 82. RGB value is (220,36,130). Sum of RGB (Red+Green+Blue) = 220+36+130=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2482 is #23DB7D. Grayscale: #656565. Windows color (decimal): -2349950 or 8529116. OLE color: 8529116.

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

Color convert

RGB 220 36 130 -
CMYK 0 0.84 0.41 0.14
HSL 329.35º 0.72% 0.5% -
HSV(B) 329.35º 0.84% 0.86% -
XYZ 34.18 18.09 22.81 -
YUV 101.73 143.96 212.36 -
System Red Green Blue C M Y K H S L
Decimal 220 36 130 0 0.84 0.41 0.14 329.35 0.72 0.5
Hex DC 24 82 0 54 29 E 149 48 32
Octal 334 44 202 0 124 51 16 511 110 62
Binary 11011100 100100 10000010 0 1010100 101001 1110 101001001 1001000 110010

Color Harmonies of #DC2482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2482

Black with #DC2482

Text Example


Text Example

White with #DC2482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2482; }

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

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

background-color css

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

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

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

border-color css

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

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

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