Html Css Color HEX #DB3AA9 Deep Cerise

📋 copy color: '#DB3AA9'

red 219 ◦ green 58 ◦ blue 169

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

Shades of Deep Cerise #DB3AA9

Tints of Deep Cerise #DB3AA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.89%

R = 49.1%
G = 13%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB3AA9 (or 0xDB3AA9) is known color: Deep Cerise. HEX triplet: DB, 3A and A9. RGB value is (219,58,169). Sum of RGB (Red+Green+Blue) = 219+58+169=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3AA9 is #24C556. Grayscale: #767676. Windows color (decimal): -2409815 or 11090651. OLE color: 11090651.

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

Color convert

RGB 219 58 169 -
CMYK 0 0.74 0.23 0.14
HSL 318.63º 0.69% 0.54% -
HSV(B) 318.63º 0.74% 0.86% -
XYZ 37.89 20.95 39.58 -
YUV 118.79 156.34 199.47 -
System Red Green Blue C M Y K H S L
Decimal 219 58 169 0 0.74 0.23 0.14 318.63 0.69 0.54
Hex DB 3A A9 0 4A 17 E 13F 45 36
Octal 333 72 251 0 112 27 16 477 105 66
Binary 11011011 111010 10101001 0 1001010 10111 1110 100111111 1000101 110110

Color Harmonies of #DB3AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3AA9

Black with #DB3AA9

Text Example


Text Example

White with #DB3AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3AA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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