#D77BBB

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

Shades of Persian Pink #D77BBB

Tints of Persian Pink #D77BBB

Color information

#D77BBB (or 0xD77BBB) is unknown color: approx Persian Pink. HEX triplet: D7, 7B and BB. RGB value is (215,123,187). Sum of RGB (Red+Green+Blue) = 215+123+187=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BBB is #288444. Grayscale: #9D9D9D. Windows color (decimal): -2655301 or 12286935. OLE color: 12286935.

HSL color Cylindrical-coordinate representation of color #D77BBB: hue angle of 318.26º 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 #D77BBB is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215123187-
CMYK00.430.130.16
HSL318.26º53.49%66.27%-
HSV(B)318.26º42.79%84.31%-
XYZ44.0832.250.91-
YUV157.8144.48168.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 123 (48.44% from 255) = 23.43%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=40.95%
G=23.43%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512318700.430.130.16318.2653.4966.27
HexD77BBB02BD1013e3542
Octal327173273053152047665102
Binary1101011111110111011101101010111101100001001111101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77BBB; }

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

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

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

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

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

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

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

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