#DD7EC0

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

Shades of Persian Pink #DD7EC0

Tints of Persian Pink #DD7EC0

Color information

#DD7EC0 (or 0xDD7EC0) is unknown color: approx Persian Pink. HEX triplet: DD, 7E and C0. RGB value is (221,126,192). Sum of RGB (Red+Green+Blue) = 221+126+192=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EC0 is #22813F. Grayscale: #A1A1A1. Windows color (decimal): -2261312 or 12615389. OLE color: 12615389.

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

Color convert

RGB221126192-
CMYK00.430.130.13
HSL318.32º58.28%68.04%-
HSV(B)318.32º42.99%86.67%-
XYZ46.7934.153.98-
YUV161.93144.97170.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 126 (49.61% from 255) = 23.38%
BLUE value IS 192 (75.39% from 255) = 35.62%
R=41.00%
G=23.38%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112619200.430.130.13318.3258.2868.04
HexDD7EC002BDD13e3a44
Octal335176300053151547672104
Binary110111011111110110000000101011110111011001111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7EC0; }

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

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

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

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

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

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

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

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