Html Css Color HEX #DB2677 Deep Cerise

📋 copy color: '#DB2677'

red 219 ◦ green 38 ◦ blue 119

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

Shades of Deep Cerise #DB2677

Tints of Deep Cerise #DB2677

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.11%

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

R = 58.24%
G = 10.11%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB2677 (or 0xDB2677) is known color: Deep Cerise. HEX triplet: DB, 26 and 77. RGB value is (219,38,119). Sum of RGB (Red+Green+Blue) = 219+38+119=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2677 is #24D988. Grayscale: #656565. Windows color (decimal): -2414985 or 7808731. OLE color: 7808731.

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

Color convert

RGB 219 38 119 -
CMYK 0 0.83 0.46 0.14
HSL 333.15º 0.72% 0.5% -
HSV(B) 333.15º 0.83% 0.86% -
XYZ 33.24 17.78 19.13 -
YUV 101.35 137.97 211.91 -
System Red Green Blue C M Y K H S L
Decimal 219 38 119 0 0.83 0.46 0.14 333.15 0.72 0.5
Hex DB 26 77 0 53 2E E 14D 48 32
Octal 333 46 167 0 123 56 16 515 110 62
Binary 11011011 100110 1110111 0 1010011 101110 1110 101001101 1001000 110010

Color Harmonies of #DB2677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2677

Black with #DB2677

Text Example


Text Example

White with #DB2677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2677; }

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

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

background-color css

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

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

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

border-color css

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

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

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