Html Css Color HEX #DB36AA Deep Cerise

📋 copy color: '#DB36AA'

red 219 ◦ green 54 ◦ blue 170

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

Shades of Deep Cerise #DB36AA

Tints of Deep Cerise #DB36AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.19%

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

R = 49.44%
G = 12.19%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB36AA (or 0xDB36AA) is known color: Deep Cerise. HEX triplet: DB, 36 and AA. RGB value is (219,54,170). Sum of RGB (Red+Green+Blue) = 219+54+170=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB36AA is #24C955. Grayscale: #747474. Windows color (decimal): -2410838 or 11155163. OLE color: 11155163.

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

Color convert

RGB 219 54 170 -
CMYK 0 0.75 0.22 0.14
HSL 317.82º 0.7% 0.54% -
HSV(B) 317.82º 0.75% 0.86% -
XYZ 37.79 20.6 40.01 -
YUV 116.56 158.16 201.07 -
System Red Green Blue C M Y K H S L
Decimal 219 54 170 0 0.75 0.22 0.14 317.82 0.7 0.54
Hex DB 36 AA 0 4B 16 E 13E 46 36
Octal 333 66 252 0 113 26 16 476 106 66
Binary 11011011 110110 10101010 0 1001011 10110 1110 100111110 1000110 110110

Color Harmonies of #DB36AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36AA

Black with #DB36AA

Text Example


Text Example

White with #DB36AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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