Html Css Color HEX #DB2482 Deep Cerise

📋 copy color: '#DB2482'

red 219 ◦ green 36 ◦ blue 130

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

Shades of Deep Cerise #DB2482

Tints of Deep Cerise #DB2482

RGB

 RED value IS 219 (85.94% from 255) = 56.88%

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

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

R = 56.88%
G = 9.35%
B = 33.77%

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

#DB2482 (or 0xDB2482) is known color: Deep Cerise. HEX triplet: DB, 24 and 82. RGB value is (219,36,130). Sum of RGB (Red+Green+Blue) = 219+36+130=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2482 is #24DB7D. Grayscale: #656565. Windows color (decimal): -2415486 or 8529115. OLE color: 8529115.

HSL color Cylindrical-coordinate representation of color #DB2482: hue angle of 329.18º 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 #DB2482 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 36 130 -
CMYK 0 0.84 0.41 0.14
HSL 329.18º 0.72% 0.5% -
HSV(B) 329.18º 0.84% 0.86% -
XYZ 33.87 17.93 22.8 -
YUV 101.43 144.13 211.86 -
System Red Green Blue C M Y K H S L
Decimal 219 36 130 0 0.84 0.41 0.14 329.18 0.72 0.5
Hex DB 24 82 0 54 29 E 149 48 32
Octal 333 44 202 0 124 51 16 511 110 62
Binary 11011011 100100 10000010 0 1010100 101001 1110 101001001 1001000 110010

Color Harmonies of #DB2482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2482

Black with #DB2482

Text Example


Text Example

White with #DB2482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2482; }

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

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

background-color css

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

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

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

border-color css

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

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

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