#DD7EBA

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

Shades of Persian Pink #DD7EBA

Tints of Persian Pink #DD7EBA

Color information

#DD7EBA (or 0xDD7EBA) is unknown color: approx Persian Pink. HEX triplet: DD, 7E and BA. RGB value is (221,126,186). Sum of RGB (Red+Green+Blue) = 221+126+186=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EBA is #228145. Grayscale: #A1A1A1. Windows color (decimal): -2261318 or 12222173. OLE color: 12222173.

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

Color convert

RGB221126186-
CMYK00.430.160.13
HSL322.11º58.28%68.04%-
HSV(B)322.11º42.99%86.67%-
XYZ46.1433.8450.55-
YUV161.24141.97170.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 126 (49.61% from 255) = 23.64%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=41.46%
G=23.64%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112618600.430.160.13322.1158.2868.04
HexDD7EBA02B10D1423a44
Octal335176272053201550272104
Binary1101110111111101011101001010111000011011010000101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7EBA; }

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

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

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

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

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

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

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

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