#D676B1

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

Shades of Persian Pink #D676B1

Tints of Persian Pink #D676B1

Color information

#D676B1 (or 0xD676B1) is unknown color: approx Persian Pink. HEX triplet: D6, 76 and B1. RGB value is (214,118,177). Sum of RGB (Red+Green+Blue) = 214+118+177=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D676B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D676B1 is #29894E. Grayscale: #999999. Windows color (decimal): -2722127 or 11630294. OLE color: 11630294.

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

Color convert

RGB214118177-
CMYK00.450.170.16
HSL323.12º53.93%65.1%-
HSV(B)323.12º44.86%83.92%-
XYZ42.1530.4345.25-
YUV153.43141.3171.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 118 (46.48% from 255) = 23.18%
BLUE value IS 177 (69.53% from 255) = 34.77%
R=42.04%
G=23.18%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411817700.450.170.16323.1253.9365.1
HexD676B102D11101433641
Octal326166261055212050366101
Binary11010110111011010110001010110110001100001010000111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D676B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D676B1; }

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

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

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

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

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

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

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

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