Html Css Color HEX #DB3771 Cerise

📋 copy color: '#DB3771'

red 219 ◦ green 55 ◦ blue 113

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

Shades of Cerise #DB3771

Tints of Cerise #DB3771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.21%

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

R = 56.59%
G = 14.21%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB3771 (or 0xDB3771) is known color: Cerise. HEX triplet: DB, 37 and 71. RGB value is (219,55,113). Sum of RGB (Red+Green+Blue) = 219+55+113=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3771 is #24C88E. Grayscale: #6E6E6E. Windows color (decimal): -2410639 or 7419867. OLE color: 7419867.

HSL color Cylindrical-coordinate representation of color #DB3771: hue angle of 338.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3771 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 55 113 -
CMYK 0 0.75 0.48 0.14
HSL 338.78º 0.69% 0.54% -
HSV(B) 338.78º 0.75% 0.86% -
XYZ 33.56 18.98 17.52 -
YUV 110.65 129.33 205.28 -
System Red Green Blue C M Y K H S L
Decimal 219 55 113 0 0.75 0.48 0.14 338.78 0.69 0.54
Hex DB 37 71 0 4B 30 E 153 45 36
Octal 333 67 161 0 113 60 16 523 105 66
Binary 11011011 110111 1110001 0 1001011 110000 1110 101010011 1000101 110110

Color Harmonies of #DB3771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3771

Black with #DB3771

Text Example


Text Example

White with #DB3771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3771; }

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

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

background-color css

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

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

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

border-color css

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

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

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