Html Css Color HEX #DB36AC Persian Rose

📋 copy color: '#DB36AC'

red 219 ◦ green 54 ◦ blue 172

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

Shades of Persian Rose #DB36AC

Tints of Persian Rose #DB36AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 49.21%
G = 12.13%
B = 38.65%

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

#DB36AC (or 0xDB36AC) is known color: Persian Rose. HEX triplet: DB, 36 and AC. RGB value is (219,54,172). Sum of RGB (Red+Green+Blue) = 219+54+172=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB36AC is #24C953. Grayscale: #747474. Windows color (decimal): -2410836 or 11286235. OLE color: 11286235.

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

Color convert

RGB 219 54 172 -
CMYK 0 0.75 0.21 0.14
HSL 317.09º 0.7% 0.54% -
HSV(B) 317.09º 0.75% 0.86% -
XYZ 37.98 20.68 41.02 -
YUV 116.79 159.16 200.91 -
System Red Green Blue C M Y K H S L
Decimal 219 54 172 0 0.75 0.21 0.14 317.09 0.7 0.54
Hex DB 36 AC 0 4B 15 E 13D 46 36
Octal 333 66 254 0 113 25 16 475 106 66
Binary 11011011 110110 10101100 0 1001011 10101 1110 100111101 1000110 110110

Color Harmonies of #DB36AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36AC

Black with #DB36AC

Text Example


Text Example

White with #DB36AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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