#DD80C0

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

Shades of Persian Pink #DD80C0

Tints of Persian Pink #DD80C0

Color information

#DD80C0 (or 0xDD80C0) is unknown color: approx Persian Pink. HEX triplet: DD, 80 and C0. RGB value is (221,128,192). Sum of RGB (Red+Green+Blue) = 221+128+192=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80C0 is #227F3F. Grayscale: #A2A2A2. Windows color (decimal): -2260800 or 12615901. OLE color: 12615901.

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

Color convert

RGB221128192-
CMYK00.420.130.13
HSL318.71º57.76%68.43%-
HSV(B)318.71º42.08%86.67%-
XYZ47.0534.6254.07-
YUV163.1144.31169.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 128 (50.39% from 255) = 23.66%
BLUE value IS 192 (75.39% from 255) = 35.49%
R=40.85%
G=23.66%
B=35.49%

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
Decimal22112819200.420.130.13318.7157.7668.43
HexDD80C002ADD13f3a44
Octal335200300052151547772104
Binary1101110110000000110000000101010110111011001111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD80C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD80C0; }

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

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

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

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

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

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

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

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