#DB29AA

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

Shades of Persian Rose #DB29AA

Tints of Persian Rose #DB29AA

Color information

#DB29AA (or 0xDB29AA) is unknown color: approx Persian Rose. HEX triplet: DB, 29 and AA. RGB value is (219,41,170). Sum of RGB (Red+Green+Blue) = 219+41+170=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB29AA is #24D655. Grayscale: #6C6C6C. Windows color (decimal): -2414166 or 11151835. OLE color: 11151835.

HSL color Cylindrical-coordinate representation of color #DB29AA: hue angle of 316.52º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB29AA is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB21941170-
CMYK00.810.220.14
HSL316.52º71.2%50.98%-
HSV(B)316.52º81.28%85.88%-
XYZ37.2619.5539.84-
YUV108.93162.47206.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.93%
GREEN value IS 41 (16.41% from 255) = 9.53%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=50.93%
G=9.53%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2194117000.810.220.14316.5271.250.98
HexDB29AA05116E13d4733
Octal333512520121261647510763
Binary1101101110100110101010010100011011011101001111011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB29AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB29AA; }

 p { color: rgb(219,41,170); }

 H1.HeaderClassName
 {
   color: #DB29AA;
 }
 .AnyTagClassName
 {
   color: #DB29AA;
 }
</style>
background-color css

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

 a { background-color: rgb(219,41,170); }

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

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

 span { border-color: rgb(219,41,170); }

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