#DD7EBE

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

Shades of Persian Pink #DD7EBE

Tints of Persian Pink #DD7EBE

Color information

#DD7EBE (or 0xDD7EBE) is unknown color: approx Persian Pink. HEX triplet: DD, 7E and BE. RGB value is (221,126,190). Sum of RGB (Red+Green+Blue) = 221+126+190=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EBE is #228141. Grayscale: #A1A1A1. Windows color (decimal): -2261314 or 12484317. OLE color: 12484317.

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

Color convert

RGB221126190-
CMYK00.430.140.13
HSL319.58º58.28%68.04%-
HSV(B)319.58º42.99%86.67%-
XYZ46.5734.0152.83-
YUV161.7143.97170.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 126 (49.61% from 255) = 23.46%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=41.15%
G=23.46%
B=35.38%

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
Decimal22112619000.430.140.13319.5858.2868.04
HexDD7EBE02BED1403a44
Octal335176276053161550072104
Binary110111011111110101111100101011111011011010000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7EBE; }

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

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

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

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

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

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

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

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