Html Css Color HEX #DB2E77 Deep Cerise

📋 copy color: '#DB2E77'

red 219 ◦ green 46 ◦ blue 119

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

Shades of Deep Cerise #DB2E77

Tints of Deep Cerise #DB2E77

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.98%

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

R = 57.03%
G = 11.98%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB2E77 (or 0xDB2E77) is known color: Deep Cerise. HEX triplet: DB, 2E and 77. RGB value is (219,46,119). Sum of RGB (Red+Green+Blue) = 219+46+119=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2E77 is #24D188. Grayscale: #696969. Windows color (decimal): -2412937 or 7810779. OLE color: 7810779.

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

Color convert

RGB 219 46 119 -
CMYK 0 0.79 0.46 0.14
HSL 334.68º 0.71% 0.52% -
HSV(B) 334.68º 0.79% 0.86% -
XYZ 33.52 18.35 19.23 -
YUV 106.05 135.31 208.56 -
System Red Green Blue C M Y K H S L
Decimal 219 46 119 0 0.79 0.46 0.14 334.68 0.71 0.52
Hex DB 2E 77 0 4F 2E E 14F 47 34
Octal 333 56 167 0 117 56 16 517 107 64
Binary 11011011 101110 1110111 0 1001111 101110 1110 101001111 1000111 110100

Color Harmonies of #DB2E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2E77

Black with #DB2E77

Text Example


Text Example

White with #DB2E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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