Html Css Color HEX #DB39AD Persian Rose

📋 copy color: '#DB39AD'

red 219 ◦ green 57 ◦ blue 173

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

Shades of Persian Rose #DB39AD

Tints of Persian Rose #DB39AD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.69%

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

R = 48.78%
G = 12.69%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB39AD (or 0xDB39AD) is known color: Persian Rose. HEX triplet: DB, 39 and AD. RGB value is (219,57,173). Sum of RGB (Red+Green+Blue) = 219+57+173=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB39AD is #24C652. Grayscale: #767676. Windows color (decimal): -2410067 or 11352539. OLE color: 11352539.

HSL color Cylindrical-coordinate representation of color #DB39AD: hue angle of 317.04º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB39AD is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 57 173 -
CMYK 0 0.74 0.21 0.14
HSL 317.04º 0.69% 0.54% -
HSV(B) 317.04º 0.74% 0.86% -
XYZ 38.22 21 41.57 -
YUV 118.66 158.67 199.57 -
System Red Green Blue C M Y K H S L
Decimal 219 57 173 0 0.74 0.21 0.14 317.04 0.69 0.54
Hex DB 39 AD 0 4A 15 E 13D 45 36
Octal 333 71 255 0 112 25 16 475 105 66
Binary 11011011 111001 10101101 0 1001010 10101 1110 100111101 1000101 110110

Color Harmonies of #DB39AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB39AD

Black with #DB39AD

Text Example


Text Example

White with #DB39AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB39AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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