#de71af

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

Shades of Persian Pink #DE71AF

Tints of Persian Pink #DE71AF

Color information

#DE71AF (or 0xDE71AF) is unknown color: approx Persian Pink. HEX triplet: DE, 71 and AF. RGB value is (222,113,175). Sum of RGB (Red+Green+Blue) = 222+113+175=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DE71AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE71AF is #218E50. Grayscale: #989898. Windows color (decimal): -2199121 or 11497950. OLE color: 11497950.

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

Color convert

RGB222113175-
CMYK00.490.210.13
HSL325.87º62.29%65.69%-
HSV(B)325.87º49.1%87.06%-
XYZ43.7730.4344.13-
YUV152.66140.61177.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.53%
GREEN value IS 113 (44.53% from 255) = 22.16%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=43.53%
G=22.16%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211317500.490.210.13325.8762.2965.69
HexDE71AF03115D1463e42
Octal336161257061251550676102
Binary1101111011100011010111101100011010111011010001101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de71af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de71af; }

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

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

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

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

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

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

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

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