#D47EB7

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

Shades of Persian Pink #D47EB7

Tints of Persian Pink #D47EB7

Color information

#D47EB7 (or 0xD47EB7) is unknown color: approx Persian Pink. HEX triplet: D4, 7E and B7. RGB value is (212,126,183). Sum of RGB (Red+Green+Blue) = 212+126+183=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D47EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47EB7 is #2B8148. Grayscale: #9E9E9E. Windows color (decimal): -2851145 or 12025556. OLE color: 12025556.

HSL color Cylindrical-coordinate representation of color #D47EB7: hue angle of 320.23º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D47EB7 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB212126183-
CMYK00.410.140.17
HSL320.23º50%66.27%-
HSV(B)320.23º40.57%83.14%-
XYZ43.1632.3448.77-
YUV158.21141.99166.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.69%
GREEN value IS 126 (49.61% from 255) = 24.18%
BLUE value IS 183 (71.88% from 255) = 35.12%
R=40.69%
G=24.18%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212618300.410.140.17320.235066.27
HexD47EB7029E111403242
Octal324176267051162150062102
Binary1101010011111101011011101010011110100011010000001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47EB7; }

 p { color: rgb(212,126,183); }

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

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

 a { background-color: rgb(212,126,183); }

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

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

 span { border-color: rgb(212,126,183); }

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