#DD7EBD

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

Shades of Persian Pink #DD7EBD

Tints of Persian Pink #DD7EBD

Color information

#DD7EBD (or 0xDD7EBD) is unknown color: approx Persian Pink. HEX triplet: DD, 7E and BD. RGB value is (221,126,189). Sum of RGB (Red+Green+Blue) = 221+126+189=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EBD is #228142. Grayscale: #A1A1A1. Windows color (decimal): -2261315 or 12418781. OLE color: 12418781.

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

Color convert

RGB221126189-
CMYK00.430.140.13
HSL320.21º58.28%68.04%-
HSV(B)320.21º42.99%86.67%-
XYZ46.4633.9752.25-
YUV161.59143.47170.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 126 (49.61% from 255) = 23.51%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=41.23%
G=23.51%
B=35.26%

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
Decimal22112618900.430.140.13320.2158.2868.04
HexDD7EBD02BED1403a44
Octal335176275053161550072104
Binary110111011111110101111010101011111011011010000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7EBD; }

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

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

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

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

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

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

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

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