Html Css Color HEX #DB3AAB Deep Cerise

📋 copy color: '#DB3AAB'

red 219 ◦ green 58 ◦ blue 171

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

Shades of Deep Cerise #DB3AAB

Tints of Deep Cerise #DB3AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.17%

R = 48.88%
G = 12.95%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB3AAB (or 0xDB3AAB) is known color: Deep Cerise. HEX triplet: DB, 3A and AB. RGB value is (219,58,171). Sum of RGB (Red+Green+Blue) = 219+58+171=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3AAB is #24C554. Grayscale: #767676. Windows color (decimal): -2409813 or 11221723. OLE color: 11221723.

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

Color convert

RGB 219 58 171 -
CMYK 0 0.74 0.22 0.14
HSL 317.89º 0.69% 0.54% -
HSV(B) 317.89º 0.74% 0.86% -
XYZ 38.08 21.03 40.58 -
YUV 119.02 157.34 199.31 -
System Red Green Blue C M Y K H S L
Decimal 219 58 171 0 0.74 0.22 0.14 317.89 0.69 0.54
Hex DB 3A AB 0 4A 16 E 13E 45 36
Octal 333 72 253 0 112 26 16 476 105 66
Binary 11011011 111010 10101011 0 1001010 10110 1110 100111110 1000101 110110

Color Harmonies of #DB3AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3AAB

Black with #DB3AAB

Text Example


Text Example

White with #DB3AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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