#DD81BC

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

Shades of Persian Pink #DD81BC

Tints of Persian Pink #DD81BC

Color information

#DD81BC (or 0xDD81BC) is unknown color: approx Persian Pink. HEX triplet: DD, 81 and BC. RGB value is (221,129,188). Sum of RGB (Red+Green+Blue) = 221+129+188=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81BC is #227E43. Grayscale: #A3A3A3. Windows color (decimal): -2260548 or 12354013. OLE color: 12354013.

HSL color Cylindrical-coordinate representation of color #DD81BC: hue angle of 321.52º 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 #DD81BC is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB221129188-
CMYK00.420.150.13
HSL321.52º57.5%68.63%-
HSV(B)321.52º41.63%86.67%-
XYZ46.7534.751.81-
YUV163.23141.98169.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 129 (50.78% from 255) = 23.98%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=41.08%
G=23.98%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112918800.420.150.13321.5257.568.63
HexDD81BC02AFD1423a45
Octal335201274052171550272105
Binary1101110110000001101111000101010111111011010000101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81BC; }

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

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

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

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

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

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

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

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