Html Css Color HEX #DB2880 Deep Cerise

📋 copy color: '#DB2880'

red 219 ◦ green 40 ◦ blue 128

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

Shades of Deep Cerise #DB2880

Tints of Deep Cerise #DB2880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.34%

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

R = 56.59%
G = 10.34%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB2880 (or 0xDB2880) is known color: Deep Cerise. HEX triplet: DB, 28 and 80. RGB value is (219,40,128). Sum of RGB (Red+Green+Blue) = 219+40+128=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2880 is #24D77F. Grayscale: #676767. Windows color (decimal): -2414464 or 8399067. OLE color: 8399067.

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

Color convert

RGB 219 40 128 -
CMYK 0 0.82 0.42 0.14
HSL 330.5º 0.71% 0.51% -
HSV(B) 330.5º 0.82% 0.86% -
XYZ 33.87 18.14 22.14 -
YUV 103.55 141.8 210.34 -
System Red Green Blue C M Y K H S L
Decimal 219 40 128 0 0.82 0.42 0.14 330.5 0.71 0.51
Hex DB 28 80 0 52 2A E 14B 47 33
Octal 333 50 200 0 122 52 16 513 107 63
Binary 11011011 101000 10000000 0 1010010 101010 1110 101001011 1000111 110011

Color Harmonies of #DB2880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2880

Black with #DB2880

Text Example


Text Example

White with #DB2880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2880; }

 p { color: rgb(219,40,128); }

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

background-color css

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

 a { background-color: rgb(219,40,128); }

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

border-color css

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

 span { border-color: rgb(219,40,128); }

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