#D677B1

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

Shades of Persian Pink #D677B1

Tints of Persian Pink #D677B1

Color information

#D677B1 (or 0xD677B1) is unknown color: approx Persian Pink. HEX triplet: D6, 77 and B1. RGB value is (214,119,177). Sum of RGB (Red+Green+Blue) = 214+119+177=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D677B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D677B1 is #29884E. Grayscale: #999999. Windows color (decimal): -2721871 or 11630550. OLE color: 11630550.

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

Color convert

RGB214119177-
CMYK00.440.170.16
HSL323.37º53.67%65.29%-
HSV(B)323.37º44.39%83.92%-
XYZ42.2630.6645.29-
YUV154.02140.97170.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 119 (46.88% from 255) = 23.33%
BLUE value IS 177 (69.53% from 255) = 34.71%
R=41.96%
G=23.33%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411917700.440.170.16323.3753.6765.29
HexD677B102C11101433641
Octal326167261054212050366101
Binary11010110111011110110001010110010001100001010000111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D677B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D677B1; }

 p { color: rgb(214,119,177); }

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

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

 a { background-color: rgb(214,119,177); }

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

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

 span { border-color: rgb(214,119,177); }

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