Html Css Color HEX #DB36A4 Deep Cerise

📋 copy color: '#DB36A4'

red 219 ◦ green 54 ◦ blue 164

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

Shades of Deep Cerise #DB36A4

Tints of Deep Cerise #DB36A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.53%

R = 50.11%
G = 12.36%
B = 37.53%

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

#DB36A4 (or 0xDB36A4) is known color: Deep Cerise. HEX triplet: DB, 36 and A4. RGB value is (219,54,164). Sum of RGB (Red+Green+Blue) = 219+54+164=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB36A4 is #24C95B. Grayscale: #737373. Windows color (decimal): -2410844 or 10761947. OLE color: 10761947.

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

Color convert

RGB 219 54 164 -
CMYK 0 0.75 0.25 0.14
HSL 320º 0.7% 0.54% -
HSV(B) 320º 0.75% 0.86% -
XYZ 37.23 20.38 37.09 -
YUV 115.88 155.16 201.56 -
System Red Green Blue C M Y K H S L
Decimal 219 54 164 0 0.75 0.25 0.14 320 0.7 0.54
Hex DB 36 A4 0 4B 19 E 140 46 36
Octal 333 66 244 0 113 31 16 500 106 66
Binary 11011011 110110 10100100 0 1001011 11001 1110 101000000 1000110 110110

Color Harmonies of #DB36A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36A4

Black with #DB36A4

Text Example


Text Example

White with #DB36A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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