#DB39AD

Color #DB39AD Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #DB39AD

Tints of Persian Rose #DB39AD

Color information

#DB39AD (or 0xDB39AD) is unknown color: approx 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

RGB21957173-
CMYK00.740.210.14
HSL317.04º69.23%54.12%-
HSV(B)317.04º73.97%85.88%-
XYZ38.222141.57-
YUV118.66158.67199.57-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2195717300.740.210.14317.0469.2354.12
HexDB39AD04A15E13d4536
Octal333712550112251647510566
Binary1101101111100110101101010010101010111101001111011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB39AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>