#D47BB4

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

Shades of Persian Pink #D47BB4

Tints of Persian Pink #D47BB4

Color information

#D47BB4 (or 0xD47BB4) is unknown color: approx Persian Pink. HEX triplet: D4, 7B and B4. RGB value is (212,123,180). Sum of RGB (Red+Green+Blue) = 212+123+180=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D47BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47BB4 is #2B844B. Grayscale: #9B9B9B. Windows color (decimal): -2851916 or 11828180. OLE color: 11828180.

HSL color Cylindrical-coordinate representation of color #D47BB4: hue angle of 321.57º 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 #D47BB4 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB212123180-
CMYK00.420.150.17
HSL321.57º50.86%65.69%-
HSV(B)321.57º41.98%83.14%-
XYZ42.4731.4647.01-
YUV156.11141.49167.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.17%
GREEN value IS 123 (48.44% from 255) = 23.88%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=41.17%
G=23.88%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212318000.420.150.17321.5750.8665.69
HexD47BB402AF111423342
Octal324173264052172150263102
Binary1101010011110111011010001010101111100011010000101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47BB4; }

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

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

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

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

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

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

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

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