Html Css Color HEX #DB3697 Deep Cerise

📋 copy color: '#DB3697'

red 219 ◦ green 54 ◦ blue 151

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

Shades of Deep Cerise #DB3697

Tints of Deep Cerise #DB3697

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.74%

 BLUE value IS 151 (59.38% from 255) = 35.61%

R = 51.65%
G = 12.74%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB3697 (or 0xDB3697) is known color: Deep Cerise. HEX triplet: DB, 36 and 97. RGB value is (219,54,151). Sum of RGB (Red+Green+Blue) = 219+54+151=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3697 is #24C968. Grayscale: #727272. Windows color (decimal): -2410857 or 9909979. OLE color: 9909979.

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

Color convert

RGB 219 54 151 -
CMYK 0 0.75 0.31 0.14
HSL 324.73º 0.7% 0.54% -
HSV(B) 324.73º 0.75% 0.86% -
XYZ 36.12 19.93 31.22 -
YUV 114.39 148.66 202.61 -
System Red Green Blue C M Y K H S L
Decimal 219 54 151 0 0.75 0.31 0.14 324.73 0.7 0.54
Hex DB 36 97 0 4B 1F E 145 46 36
Octal 333 66 227 0 113 37 16 505 106 66
Binary 11011011 110110 10010111 0 1001011 11111 1110 101000101 1000110 110110

Color Harmonies of #DB3697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3697

Black with #DB3697

Text Example


Text Example

White with #DB3697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3697; }

 p { color: rgb(219,54,151); }

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

background-color css

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

 a { background-color: rgb(219,54,151); }

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

border-color css

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

 span { border-color: rgb(219,54,151); }

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