#DD7EBF

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

Shades of Persian Pink #DD7EBF

Tints of Persian Pink #DD7EBF

Color information

#DD7EBF (or 0xDD7EBF) is unknown color: approx Persian Pink. HEX triplet: DD, 7E and BF. RGB value is (221,126,191). Sum of RGB (Red+Green+Blue) = 221+126+191=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EBF is #228140. Grayscale: #A1A1A1. Windows color (decimal): -2261313 or 12549853. OLE color: 12549853.

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

Color convert

RGB221126191-
CMYK00.430.140.13
HSL318.95º58.28%68.04%-
HSV(B)318.95º42.99%86.67%-
XYZ46.6834.0653.4-
YUV161.82144.47170.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 126 (49.61% from 255) = 23.42%
BLUE value IS 191 (75% from 255) = 35.50%
R=41.08%
G=23.42%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112619100.430.140.13318.9558.2868.04
HexDD7EBF02BED13f3a44
Octal335176277053161547772104
Binary110111011111110101111110101011111011011001111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7EBF; }

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

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

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

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

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

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

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

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