Html Css Color HEX #DB3A91 Deep Cerise

📋 copy color: '#DB3A91'

red 219 ◦ green 58 ◦ blue 145

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

Shades of Deep Cerise #DB3A91

Tints of Deep Cerise #DB3A91

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.74%

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

R = 51.9%
G = 13.74%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB3A91 (or 0xDB3A91) is known color: Deep Cerise. HEX triplet: DB, 3A and 91. RGB value is (219,58,145). Sum of RGB (Red+Green+Blue) = 219+58+145=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3A91 is #24C56E. Grayscale: #737373. Windows color (decimal): -2409839 or 9517787. OLE color: 9517787.

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

Color convert

RGB 219 58 145 -
CMYK 0 0.74 0.34 0.14
HSL 327.58º 0.69% 0.54% -
HSV(B) 327.58º 0.74% 0.86% -
XYZ 35.84 20.13 28.78 -
YUV 116.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 219 58 145 0 0.74 0.34 0.14 327.58 0.69 0.54
Hex DB 3A 91 0 4A 22 E 148 45 36
Octal 333 72 221 0 112 42 16 510 105 66
Binary 11011011 111010 10010001 0 1001010 100010 1110 101001000 1000101 110110

Color Harmonies of #DB3A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A91

Black with #DB3A91

Text Example


Text Example

White with #DB3A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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