Html Css Color HEX #DB33AA Deep Cerise

📋 copy color: '#DB33AA'

red 219 ◦ green 51 ◦ blue 170

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

Shades of Deep Cerise #DB33AA

Tints of Deep Cerise #DB33AA

RGB

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

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

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

R = 49.77%
G = 11.59%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB33AA (or 0xDB33AA) is known color: Deep Cerise. HEX triplet: DB, 33 and AA. RGB value is (219,51,170). Sum of RGB (Red+Green+Blue) = 219+51+170=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB33AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB33AA is #24CC55. Grayscale: #727272. Windows color (decimal): -2411606 or 11154395. OLE color: 11154395.

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

Color convert

RGB 219 51 170 -
CMYK 0 0.77 0.22 0.14
HSL 317.5º 0.7% 0.53% -
HSV(B) 317.5º 0.77% 0.86% -
XYZ 37.65 20.33 39.97 -
YUV 114.8 159.16 202.32 -
System Red Green Blue C M Y K H S L
Decimal 219 51 170 0 0.77 0.22 0.14 317.5 0.7 0.53
Hex DB 33 AA 0 4D 16 E 13E 46 35
Octal 333 63 252 0 115 26 16 476 106 65
Binary 11011011 110011 10101010 0 1001101 10110 1110 100111110 1000110 110101

Color Harmonies of #DB33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB33AA

Black with #DB33AA

Text Example


Text Example

White with #DB33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB33AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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