Html Css Color HEX #DB3BAA Deep Cerise

📋 copy color: '#DB3BAA'

red 219 ◦ green 59 ◦ blue 170

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

Shades of Deep Cerise #DB3BAA

Tints of Deep Cerise #DB3BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.17%

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 48.88%
G = 13.17%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB3BAA (or 0xDB3BAA) is known color: Deep Cerise. HEX triplet: DB, 3B and AA. RGB value is (219,59,170). Sum of RGB (Red+Green+Blue) = 219+59+170=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3BAA is #24C455. Grayscale: #777777. Windows color (decimal): -2409558 or 11156443. OLE color: 11156443.

HSL color Cylindrical-coordinate representation of color #DB3BAA: hue angle of 318.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3BAA is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 59 170 -
CMYK 0 0.73 0.22 0.14
HSL 318.38º 0.69% 0.55% -
HSV(B) 318.38º 0.73% 0.86% -
XYZ 38.03 21.09 40.1 -
YUV 119.49 156.51 198.97 -
System Red Green Blue C M Y K H S L
Decimal 219 59 170 0 0.73 0.22 0.14 318.38 0.69 0.55
Hex DB 3B AA 0 49 16 E 13E 45 37
Octal 333 73 252 0 111 26 16 476 105 67
Binary 11011011 111011 10101010 0 1001001 10110 1110 100111110 1000101 110111

Color Harmonies of #DB3BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3BAA

Black with #DB3BAA

Text Example


Text Example

White with #DB3BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3BAA; }

 p { color: rgb(219,59,170); }

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

background-color css

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

 a { background-color: rgb(219,59,170); }

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

border-color css

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

 span { border-color: rgb(219,59,170); }

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