Html Css Color HEX #DB36AD Persian Rose

📋 copy color: '#DB36AD'

red 219 ◦ green 54 ◦ blue 173

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

Shades of Persian Rose #DB36AD

Tints of Persian Rose #DB36AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.79%

R = 49.1%
G = 12.11%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB36AD (or 0xDB36AD) is known color: Persian Rose. HEX triplet: DB, 36 and AD. RGB value is (219,54,173). Sum of RGB (Red+Green+Blue) = 219+54+173=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB36AD is #24C952. Grayscale: #747474. Windows color (decimal): -2410835 or 11351771. OLE color: 11351771.

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

Color convert

RGB 219 54 173 -
CMYK 0 0.75 0.21 0.14
HSL 316.73º 0.7% 0.54% -
HSV(B) 316.73º 0.75% 0.86% -
XYZ 38.08 20.72 41.53 -
YUV 116.9 159.66 200.82 -
System Red Green Blue C M Y K H S L
Decimal 219 54 173 0 0.75 0.21 0.14 316.73 0.7 0.54
Hex DB 36 AD 0 4B 15 E 13D 46 36
Octal 333 66 255 0 113 25 16 475 106 66
Binary 11011011 110110 10101101 0 1001011 10101 1110 100111101 1000110 110110

Color Harmonies of #DB36AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36AD

Black with #DB36AD

Text Example


Text Example

White with #DB36AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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