#DE7AAF

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

Shades of Persian Pink #DE7AAF

Tints of Persian Pink #DE7AAF

Color information

#DE7AAF (or 0xDE7AAF) is unknown color: approx Persian Pink. HEX triplet: DE, 7A and AF. RGB value is (222,122,175). Sum of RGB (Red+Green+Blue) = 222+122+175=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7AAF is #218550. Grayscale: #9D9D9D. Windows color (decimal): -2196817 or 11500254. OLE color: 11500254.

HSL color Cylindrical-coordinate representation of color #DE7AAF: hue angle of 328.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7AAF is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB222122175-
CMYK00.450.210.13
HSL328.2º60.24%67.45%-
HSV(B)328.2º45.05%87.06%-
XYZ44.8232.5444.48-
YUV157.94137.63173.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.77%
GREEN value IS 122 (48.05% from 255) = 23.51%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=42.77%
G=23.51%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212217500.450.210.13328.260.2467.45
HexDE7AAF02D15D1483c43
Octal336172257055251551074103
Binary1101111011110101010111101011011010111011010010001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7AAF; }

 p { color: rgb(222,122,175); }

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

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

 a { background-color: rgb(222,122,175); }

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

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

 span { border-color: rgb(222,122,175); }

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