#D77FBD

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

Shades of Persian Pink #D77FBD

Tints of Persian Pink #D77FBD

Color information

#D77FBD (or 0xD77FBD) is unknown color: approx Persian Pink. HEX triplet: D7, 7F and BD. RGB value is (215,127,189). Sum of RGB (Red+Green+Blue) = 215+127+189=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FBD is #288042. Grayscale: #A0A0A0. Windows color (decimal): -2654275 or 12419031. OLE color: 12419031.

HSL color Cylindrical-coordinate representation of color #D77FBD: hue angle of 317.73º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77FBD is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB215127189-
CMYK00.410.120.16
HSL317.73º52.38%67.06%-
HSV(B)317.73º40.93%84.31%-
XYZ44.833.352.21-
YUV160.38144.15166.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.49%
GREEN value IS 127 (50% from 255) = 23.92%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=40.49%
G=23.92%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512718900.410.120.16317.7352.3867.06
HexD77FBD029C1013e3443
Octal327177275051142047664103
Binary1101011111111111011110101010011100100001001111101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77FBD; }

 p { color: rgb(215,127,189); }

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

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

 a { background-color: rgb(215,127,189); }

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

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

 span { border-color: rgb(215,127,189); }

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