#DD80C1

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

Shades of Persian Pink #DD80C1

Tints of Persian Pink #DD80C1

Color information

#DD80C1 (or 0xDD80C1) is unknown color: approx Persian Pink. HEX triplet: DD, 80 and C1. RGB value is (221,128,193). Sum of RGB (Red+Green+Blue) = 221+128+193=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80C1 is #227F3E. Grayscale: #A3A3A3. Windows color (decimal): -2260799 or 12681437. OLE color: 12681437.

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

Color convert

RGB221128193-
CMYK00.420.130.13
HSL318.06º57.76%68.43%-
HSV(B)318.06º42.08%86.67%-
XYZ47.1634.6654.66-
YUV163.22144.81169.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 128 (50.39% from 255) = 23.62%
BLUE value IS 193 (75.78% from 255) = 35.61%
R=40.77%
G=23.62%
B=35.61%

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
Decimal22112819300.420.130.13318.0657.7668.43
HexDD80C102ADD13e3a44
Octal335200301052151547672104
Binary1101110110000000110000010101010110111011001111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD80C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD80C1; }

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

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

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

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

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

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

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

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