#DD7EBB

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

Shades of Persian Pink #DD7EBB

Tints of Persian Pink #DD7EBB

Color information

#DD7EBB (or 0xDD7EBB) is unknown color: approx Persian Pink. HEX triplet: DD, 7E and BB. RGB value is (221,126,187). Sum of RGB (Red+Green+Blue) = 221+126+187=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EBB is #228144. Grayscale: #A1A1A1. Windows color (decimal): -2261317 or 12287709. OLE color: 12287709.

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

Color convert

RGB221126187-
CMYK00.430.150.13
HSL321.47º58.28%68.04%-
HSV(B)321.47º42.99%86.67%-
XYZ46.2533.8851.12-
YUV161.36142.47170.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 126 (49.61% from 255) = 23.60%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=41.39%
G=23.60%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112618700.430.150.13321.4758.2868.04
HexDD7EBB02BFD1413a44
Octal335176273053171550172104
Binary110111011111110101110110101011111111011010000011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7EBB; }

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

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

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

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

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

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

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

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