Html Css Color HEX #DB2F77 Deep Cerise

📋 copy color: '#DB2F77'

red 219 ◦ green 47 ◦ blue 119

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

Shades of Deep Cerise #DB2F77

Tints of Deep Cerise #DB2F77

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.21%

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

R = 56.88%
G = 12.21%
B = 30.91%

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

#DB2F77 (or 0xDB2F77) is known color: Deep Cerise. HEX triplet: DB, 2F and 77. RGB value is (219,47,119). Sum of RGB (Red+Green+Blue) = 219+47+119=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2F77 is #24D088. Grayscale: #6A6A6A. Windows color (decimal): -2412681 or 7811035. OLE color: 7811035.

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

Color convert

RGB 219 47 119 -
CMYK 0 0.79 0.46 0.14
HSL 334.88º 0.7% 0.52% -
HSV(B) 334.88º 0.79% 0.86% -
XYZ 33.56 18.43 19.24 -
YUV 106.64 134.98 208.15 -
System Red Green Blue C M Y K H S L
Decimal 219 47 119 0 0.79 0.46 0.14 334.88 0.7 0.52
Hex DB 2F 77 0 4F 2E E 14F 46 34
Octal 333 57 167 0 117 56 16 517 106 64
Binary 11011011 101111 1110111 0 1001111 101110 1110 101001111 1000110 110100

Color Harmonies of #DB2F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2F77

Black with #DB2F77

Text Example


Text Example

White with #DB2F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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