#DD7EB2

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

Shades of Persian Pink #DD7EB2

Tints of Persian Pink #DD7EB2

Color information

#DD7EB2 (or 0xDD7EB2) is unknown color: approx Persian Pink. HEX triplet: DD, 7E and B2. RGB value is (221,126,178). Sum of RGB (Red+Green+Blue) = 221+126+178=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7EB2 is #22814D. Grayscale: #A0A0A0. Windows color (decimal): -2261326 or 11697885. OLE color: 11697885.

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

Color convert

RGB221126178-
CMYK00.430.190.13
HSL327.16º58.28%68.04%-
HSV(B)327.16º42.99%86.67%-
XYZ45.3233.5146.2-
YUV160.33137.97171.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 126 (49.61% from 255) = 24%
BLUE value IS 178 (69.92% from 255) = 33.90%
R=42.10%
G=24%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112617800.430.190.13327.1658.2868.04
HexDD7EB202B13D1473a44
Octal335176262053231550772104
Binary1101110111111101011001001010111001111011010001111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7EB2; }

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

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

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

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

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

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

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

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