#D477B3

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

Shades of Persian Pink #D477B3

Tints of Persian Pink #D477B3

Color information

#D477B3 (or 0xD477B3) is unknown color: approx Persian Pink. HEX triplet: D4, 77 and B3. RGB value is (212,119,179). Sum of RGB (Red+Green+Blue) = 212+119+179=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D477B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D477B3 is #2B884C. Grayscale: #999999. Windows color (decimal): -2852941 or 11761620. OLE color: 11761620.

HSL color Cylindrical-coordinate representation of color #D477B3: hue angle of 321.29º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D477B3 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB212119179-
CMYK00.440.160.17
HSL321.29º51.96%64.9%-
HSV(B)321.29º43.87%83.14%-
XYZ41.8830.4546.32-
YUV153.65142.31169.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.57%
GREEN value IS 119 (46.88% from 255) = 23.33%
BLUE value IS 179 (70.31% from 255) = 35.10%
R=41.57%
G=23.33%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211917900.440.160.17321.2951.9664.9
HexD477B302C10111413441
Octal324167263054202150164101
Binary11010100111011110110011010110010000100011010000011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D477B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D477B3; }

 p { color: rgb(212,119,179); }

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

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

 a { background-color: rgb(212,119,179); }

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

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

 span { border-color: rgb(212,119,179); }

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