Html Css Color HEX #DB3972 Cerise

📋 copy color: '#DB3972'

red 219 ◦ green 57 ◦ blue 114

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

Shades of Cerise #DB3972

Tints of Cerise #DB3972

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.62%

 BLUE value IS 114 (44.92% from 255) = 29.23%

R = 56.15%
G = 14.62%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB3972 (or 0xDB3972) is known color: Cerise. HEX triplet: DB, 39 and 72. RGB value is (219,57,114). Sum of RGB (Red+Green+Blue) = 219+57+114=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3972 is #24C68D. Grayscale: #6F6F6F. Windows color (decimal): -2410126 or 7485915. OLE color: 7485915.

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

Color convert

RGB 219 57 114 -
CMYK 0 0.74 0.48 0.14
HSL 338.89º 0.69% 0.54% -
HSV(B) 338.89º 0.74% 0.86% -
XYZ 33.71 19.2 17.85 -
YUV 111.94 129.17 204.37 -
System Red Green Blue C M Y K H S L
Decimal 219 57 114 0 0.74 0.48 0.14 338.89 0.69 0.54
Hex DB 39 72 0 4A 30 E 153 45 36
Octal 333 71 162 0 112 60 16 523 105 66
Binary 11011011 111001 1110010 0 1001010 110000 1110 101010011 1000101 110110

Color Harmonies of #DB3972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3972

Black with #DB3972

Text Example


Text Example

White with #DB3972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3972; }

 p { color: rgb(219,57,114); }

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

background-color css

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

 a { background-color: rgb(219,57,114); }

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

border-color css

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

 span { border-color: rgb(219,57,114); }

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