Html Css Color HEX #DB2771 Cerise

📋 copy color: '#DB2771'

red 219 ◦ green 39 ◦ blue 113

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

Shades of Cerise #DB2771

Tints of Cerise #DB2771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.51%

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 59.03%
G = 10.51%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB2771 (or 0xDB2771) is known color: Cerise. HEX triplet: DB, 27 and 71. RGB value is (219,39,113). Sum of RGB (Red+Green+Blue) = 219+39+113=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2771 is #24D88E. Grayscale: #656565. Windows color (decimal): -2414735 or 7415771. OLE color: 7415771.

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

Color convert

RGB 219 39 113 -
CMYK 0 0.82 0.48 0.14
HSL 335.33º 0.71% 0.51% -
HSV(B) 335.33º 0.82% 0.86% -
XYZ 32.92 17.7 17.3 -
YUV 101.26 134.63 211.98 -
System Red Green Blue C M Y K H S L
Decimal 219 39 113 0 0.82 0.48 0.14 335.33 0.71 0.51
Hex DB 27 71 0 52 30 E 14F 47 33
Octal 333 47 161 0 122 60 16 517 107 63
Binary 11011011 100111 1110001 0 1010010 110000 1110 101001111 1000111 110011

Color Harmonies of #DB2771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2771

Black with #DB2771

Text Example


Text Example

White with #DB2771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2771; }

 p { color: rgb(219,39,113); }

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

background-color css

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

 a { background-color: rgb(219,39,113); }

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

border-color css

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

 span { border-color: rgb(219,39,113); }

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