#DD81BD

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

Shades of Persian Pink #DD81BD

Tints of Persian Pink #DD81BD

Color information

#DD81BD (or 0xDD81BD) is unknown color: approx Persian Pink. HEX triplet: DD, 81 and BD. RGB value is (221,129,189). Sum of RGB (Red+Green+Blue) = 221+129+189=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81BD is #227E42. Grayscale: #A3A3A3. Windows color (decimal): -2260547 or 12419549. OLE color: 12419549.

HSL color Cylindrical-coordinate representation of color #DD81BD: hue angle of 320.87º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD81BD is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221129189-
CMYK00.420.140.13
HSL320.87º57.5%68.63%-
HSV(B)320.87º41.63%86.67%-
XYZ46.8534.7552.38-
YUV163.35142.48169.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 129 (50.78% from 255) = 23.93%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=41.00%
G=23.93%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112918900.420.140.13320.8757.568.63
HexDD81BD02AED1413a45
Octal335201275052161550172105
Binary1101110110000001101111010101010111011011010000011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81BD; }

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

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

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

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

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

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

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

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