#DD81C1

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

Shades of Persian Pink #DD81C1

Tints of Persian Pink #DD81C1

Color information

#DD81C1 (or 0xDD81C1) is unknown color: approx Persian Pink. HEX triplet: DD, 81 and C1. RGB value is (221,129,193). Sum of RGB (Red+Green+Blue) = 221+129+193=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81C1 is #227E3E. Grayscale: #A3A3A3. Windows color (decimal): -2260543 or 12681693. OLE color: 12681693.

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

Color convert

RGB221129193-
CMYK00.420.130.13
HSL318.26º57.5%68.63%-
HSV(B)318.26º41.63%86.67%-
XYZ47.2934.9254.7-
YUV163.8144.48168.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 129 (50.78% from 255) = 23.76%
BLUE value IS 193 (75.78% from 255) = 35.54%
R=40.70%
G=23.76%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112919300.420.130.13318.2657.568.63
HexDD81C102ADD13e3a45
Octal335201301052151547672105
Binary1101110110000001110000010101010110111011001111101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81C1; }

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

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

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

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

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

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

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

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