#D47BB6

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

Shades of Persian Pink #D47BB6

Tints of Persian Pink #D47BB6

Color information

#D47BB6 (or 0xD47BB6) is unknown color: approx Persian Pink. HEX triplet: D4, 7B and B6. RGB value is (212,123,182). Sum of RGB (Red+Green+Blue) = 212+123+182=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D47BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47BB6 is #2B8449. Grayscale: #9C9C9C. Windows color (decimal): -2851914 or 11959252. OLE color: 11959252.

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

Color convert

RGB212123182-
CMYK00.420.140.17
HSL320.22º50.86%65.69%-
HSV(B)320.22º41.98%83.14%-
XYZ42.6831.5448.09-
YUV156.34142.49167.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.01%
GREEN value IS 123 (48.44% from 255) = 23.79%
BLUE value IS 182 (71.48% from 255) = 35.20%
R=41.01%
G=23.79%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212318200.420.140.17320.2250.8665.69
HexD47BB602AE111403342
Octal324173266052162150063102
Binary1101010011110111011011001010101110100011010000001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47BB6; }

 p { color: rgb(212,123,182); }

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

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

 a { background-color: rgb(212,123,182); }

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

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

 span { border-color: rgb(212,123,182); }

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