Html Css Color HEX #DB3691 Deep Cerise

📋 copy color: '#DB3691'

red 219 ◦ green 54 ◦ blue 145

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

Shades of Deep Cerise #DB3691

Tints of Deep Cerise #DB3691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.69%

R = 52.39%
G = 12.92%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB3691 (or 0xDB3691) is known color: Deep Cerise. HEX triplet: DB, 36 and 91. RGB value is (219,54,145). Sum of RGB (Red+Green+Blue) = 219+54+145=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3691 is #24C96E. Grayscale: #717171. Windows color (decimal): -2410863 or 9516763. OLE color: 9516763.

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

Color convert

RGB 219 54 145 -
CMYK 0 0.75 0.34 0.14
HSL 326.91º 0.7% 0.54% -
HSV(B) 326.91º 0.75% 0.86% -
XYZ 35.64 19.74 28.72 -
YUV 113.71 145.66 203.1 -
System Red Green Blue C M Y K H S L
Decimal 219 54 145 0 0.75 0.34 0.14 326.91 0.7 0.54
Hex DB 36 91 0 4B 22 E 147 46 36
Octal 333 66 221 0 113 42 16 507 106 66
Binary 11011011 110110 10010001 0 1001011 100010 1110 101000111 1000110 110110

Color Harmonies of #DB3691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3691

Black with #DB3691

Text Example


Text Example

White with #DB3691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3691; }

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

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

background-color css

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

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

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

border-color css

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

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

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