Html Css Color HEX #DB33A9 Deep Cerise

📋 copy color: '#DB33A9'

red 219 ◦ green 51 ◦ blue 169

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

Shades of Deep Cerise #DB33A9

Tints of Deep Cerise #DB33A9

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.62%

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

R = 49.89%
G = 11.62%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB33A9 (or 0xDB33A9) is known color: Deep Cerise. HEX triplet: DB, 33 and A9. RGB value is (219,51,169). Sum of RGB (Red+Green+Blue) = 219+51+169=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB33A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB33A9 is #24CC56. Grayscale: #727272. Windows color (decimal): -2411607 or 11088859. OLE color: 11088859.

HSL color Cylindrical-coordinate representation of color #DB33A9: hue angle of 317.86º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB33A9 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 51 169 -
CMYK 0 0.77 0.23 0.14
HSL 317.86º 0.7% 0.53% -
HSV(B) 317.86º 0.77% 0.86% -
XYZ 37.56 20.29 39.47 -
YUV 114.68 158.66 202.41 -
System Red Green Blue C M Y K H S L
Decimal 219 51 169 0 0.77 0.23 0.14 317.86 0.7 0.53
Hex DB 33 A9 0 4D 17 E 13E 46 35
Octal 333 63 251 0 115 27 16 476 106 65
Binary 11011011 110011 10101001 0 1001101 10111 1110 100111110 1000110 110101

Color Harmonies of #DB33A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB33A9

Black with #DB33A9

Text Example


Text Example

White with #DB33A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB33A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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