Html Css Color HEX #DB2877 Deep Cerise

📋 copy color: '#DB2877'

red 219 ◦ green 40 ◦ blue 119

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

Shades of Deep Cerise #DB2877

Tints of Deep Cerise #DB2877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 57.94%
G = 10.58%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB2877 (or 0xDB2877) is known color: Deep Cerise. HEX triplet: DB, 28 and 77. RGB value is (219,40,119). Sum of RGB (Red+Green+Blue) = 219+40+119=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2877 is #24D788. Grayscale: #666666. Windows color (decimal): -2414473 or 7809243. OLE color: 7809243.

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

Color convert

RGB 219 40 119 -
CMYK 0 0.82 0.46 0.14
HSL 333.52º 0.71% 0.51% -
HSV(B) 333.52º 0.82% 0.86% -
XYZ 33.3 17.91 19.15 -
YUV 102.53 137.3 211.08 -
System Red Green Blue C M Y K H S L
Decimal 219 40 119 0 0.82 0.46 0.14 333.52 0.71 0.51
Hex DB 28 77 0 52 2E E 14E 47 33
Octal 333 50 167 0 122 56 16 516 107 63
Binary 11011011 101000 1110111 0 1010010 101110 1110 101001110 1000111 110011

Color Harmonies of #DB2877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2877

Black with #DB2877

Text Example


Text Example

White with #DB2877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2877; }

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

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

background-color css

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

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

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

border-color css

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

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

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