Html Css Color HEX #DB2481 Deep Cerise

📋 copy color: '#DB2481'

red 219 ◦ green 36 ◦ blue 129

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

Shades of Deep Cerise #DB2481

Tints of Deep Cerise #DB2481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.59%

R = 57.03%
G = 9.38%
B = 33.59%

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

#DB2481 (or 0xDB2481) is known color: Deep Cerise. HEX triplet: DB, 24 and 81. RGB value is (219,36,129). Sum of RGB (Red+Green+Blue) = 219+36+129=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2481 is #24DB7E. Grayscale: #656565. Windows color (decimal): -2415487 or 8463579. OLE color: 8463579.

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

Color convert

RGB 219 36 129 -
CMYK 0 0.84 0.41 0.14
HSL 329.51º 0.72% 0.5% -
HSV(B) 329.51º 0.84% 0.86% -
XYZ 33.81 17.91 22.44 -
YUV 101.32 143.63 211.94 -
System Red Green Blue C M Y K H S L
Decimal 219 36 129 0 0.84 0.41 0.14 329.51 0.72 0.5
Hex DB 24 81 0 54 29 E 14A 48 32
Octal 333 44 201 0 124 51 16 512 110 62
Binary 11011011 100100 10000001 0 1010100 101001 1110 101001010 1001000 110010

Color Harmonies of #DB2481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2481

Black with #DB2481

Text Example


Text Example

White with #DB2481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2481; }

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

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

background-color css

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

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

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

border-color css

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

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

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