#D77BB6

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

Shades of Persian Pink #D77BB6

Tints of Persian Pink #D77BB6

Color information

#D77BB6 (or 0xD77BB6) is unknown color: approx Persian Pink. HEX triplet: D7, 7B and B6. RGB value is (215,123,182). Sum of RGB (Red+Green+Blue) = 215+123+182=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BB6 is #288449. Grayscale: #9D9D9D. Windows color (decimal): -2655306 or 11959255. OLE color: 11959255.

HSL color Cylindrical-coordinate representation of color #D77BB6: hue angle of 321.52º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77BB6 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB215123182-
CMYK00.430.150.16
HSL321.52º53.49%66.27%-
HSV(B)321.52º42.79%84.31%-
XYZ43.5531.9948.14-
YUV157.23141.98169.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 123 (48.44% from 255) = 23.65%
BLUE value IS 182 (71.48% from 255) = 35%
R=41.35%
G=23.65%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512318200.430.150.16321.5253.4966.27
HexD77BB602BF101423542
Octal327173266053172050265102
Binary1101011111110111011011001010111111100001010000101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77BB6; }

 p { color: rgb(215,123,182); }

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

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

 a { background-color: rgb(215,123,182); }

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

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

 span { border-color: rgb(215,123,182); }

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