Html Css Color HEX #DB36A5 Deep Cerise

📋 copy color: '#DB36A5'

red 219 ◦ green 54 ◦ blue 165

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

Shades of Deep Cerise #DB36A5

Tints of Deep Cerise #DB36A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.67%

R = 50%
G = 12.33%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB36A5 (or 0xDB36A5) is known color: Deep Cerise. HEX triplet: DB, 36 and A5. RGB value is (219,54,165). Sum of RGB (Red+Green+Blue) = 219+54+165=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB36A5 is #24C95A. Grayscale: #737373. Windows color (decimal): -2410843 or 10827483. OLE color: 10827483.

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

Color convert

RGB 219 54 165 -
CMYK 0 0.75 0.25 0.14
HSL 319.64º 0.7% 0.54% -
HSV(B) 319.64º 0.75% 0.86% -
XYZ 37.32 20.42 37.57 -
YUV 115.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 219 54 165 0 0.75 0.25 0.14 319.64 0.7 0.54
Hex DB 36 A5 0 4B 19 E 140 46 36
Octal 333 66 245 0 113 31 16 500 106 66
Binary 11011011 110110 10100101 0 1001011 11001 1110 101000000 1000110 110110

Color Harmonies of #DB36A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36A5

Black with #DB36A5

Text Example


Text Example

White with #DB36A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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