Html Css Color HEX #DB36A9 Deep Cerise

📋 copy color: '#DB36A9'

red 219 ◦ green 54 ◦ blue 169

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

Shades of Deep Cerise #DB36A9

Tints of Deep Cerise #DB36A9

RGB

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

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

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

R = 49.55%
G = 12.22%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB36A9 (or 0xDB36A9) is known color: Deep Cerise. HEX triplet: DB, 36 and A9. RGB value is (219,54,169). Sum of RGB (Red+Green+Blue) = 219+54+169=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB36A9 is #24C956. Grayscale: #747474. Windows color (decimal): -2410839 or 11089627. OLE color: 11089627.

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

Color convert

RGB 219 54 169 -
CMYK 0 0.75 0.23 0.14
HSL 318.18º 0.7% 0.54% -
HSV(B) 318.18º 0.75% 0.86% -
XYZ 37.69 20.56 39.52 -
YUV 116.45 157.66 201.15 -
System Red Green Blue C M Y K H S L
Decimal 219 54 169 0 0.75 0.23 0.14 318.18 0.7 0.54
Hex DB 36 A9 0 4B 17 E 13E 46 36
Octal 333 66 251 0 113 27 16 476 106 66
Binary 11011011 110110 10101001 0 1001011 10111 1110 100111110 1000110 110110

Color Harmonies of #DB36A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36A9

Black with #DB36A9

Text Example


Text Example

White with #DB36A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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