#DA81BD

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

Shades of Persian Pink #DA81BD

Tints of Persian Pink #DA81BD

Color information

#DA81BD (or 0xDA81BD) is unknown color: approx Persian Pink. HEX triplet: DA, 81 and BD. RGB value is (218,129,189). Sum of RGB (Red+Green+Blue) = 218+129+189=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81BD is #257E42. Grayscale: #A2A2A2. Windows color (decimal): -2457155 or 12419546. OLE color: 12419546.

HSL color Cylindrical-coordinate representation of color #DA81BD: hue angle of 319.55º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA81BD is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB218129189-
CMYK00.410.130.15
HSL319.55º54.6%68.04%-
HSV(B)319.55º40.83%85.49%-
XYZ45.9534.2852.34-
YUV162.45142.99167.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 129 (50.78% from 255) = 24.07%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=40.67%
G=24.07%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812918900.410.130.15319.5554.668.04
HexDA81BD029DF1403744
Octal332201275051151750067104
Binary1101101010000001101111010101001110111111010000001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA81BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA81BD; }

 p { color: rgb(218,129,189); }

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

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

 a { background-color: rgb(218,129,189); }

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

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

 span { border-color: rgb(218,129,189); }

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