#D47FBA

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

Shades of Persian Pink #D47FBA

Tints of Persian Pink #D47FBA

Color information

#D47FBA (or 0xD47FBA) is unknown color: approx Persian Pink. HEX triplet: D4, 7F and BA. RGB value is (212,127,186). Sum of RGB (Red+Green+Blue) = 212+127+186=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FBA is #2B8045. Grayscale: #9E9E9E. Windows color (decimal): -2850886 or 12222420. OLE color: 12222420.

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

Color convert

RGB212127186-
CMYK00.400.120.17
HSL318.35º49.71%66.47%-
HSV(B)318.35º40.09%83.14%-
XYZ43.632.7250.47-
YUV159.14143.16165.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.38%
GREEN value IS 127 (50% from 255) = 24.19%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=40.38%
G=24.19%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212718600.400.120.17318.3549.7166.47
HexD47FBA028C1113e3242
Octal324177272050142147662102
Binary1101010011111111011101001010001100100011001111101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47FBA; }

 p { color: rgb(212,127,186); }

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

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

 a { background-color: rgb(212,127,186); }

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

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

 span { border-color: rgb(212,127,186); }

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