Html Css Color HEX #DB3970 Cerise

📋 copy color: '#DB3970'

red 219 ◦ green 57 ◦ blue 112

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

Shades of Cerise #DB3970

Tints of Cerise #DB3970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.87%

R = 56.44%
G = 14.69%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB3970 (or 0xDB3970) is known color: Cerise. HEX triplet: DB, 39 and 70. RGB value is (219,57,112). Sum of RGB (Red+Green+Blue) = 219+57+112=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3970 is #24C68F. Grayscale: #6F6F6F. Windows color (decimal): -2410128 or 7354843. OLE color: 7354843.

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

Color convert

RGB 219 57 112 -
CMYK 0 0.74 0.49 0.14
HSL 339.63º 0.69% 0.54% -
HSV(B) 339.63º 0.74% 0.86% -
XYZ 33.6 19.16 17.26 -
YUV 111.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 219 57 112 0 0.74 0.49 0.14 339.63 0.69 0.54
Hex DB 39 70 0 4A 31 E 154 45 36
Octal 333 71 160 0 112 61 16 524 105 66
Binary 11011011 111001 1110000 0 1001010 110001 1110 101010100 1000101 110110

Color Harmonies of #DB3970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3970

Black with #DB3970

Text Example


Text Example

White with #DB3970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3970; }

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

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

background-color css

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

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

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

border-color css

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

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

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