#D77BA3

Color #D77BA3 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D77BA3

Tints of Pale Violet Red #D77BA3

Color information

#D77BA3 (or 0xD77BA3) is unknown color: approx Pale Violet Red. HEX triplet: D7, 7B and A3. RGB value is (215,123,163). Sum of RGB (Red+Green+Blue) = 215+123+163=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77BA3 is #28845C. Grayscale: #9B9B9B. Windows color (decimal): -2655325 or 10714071. OLE color: 10714071.

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

Color convert

RGB215123163-
CMYK00.430.240.16
HSL333.91º53.49%66.27%-
HSV(B)333.91º42.79%84.31%-
XYZ41.7231.2638.48-
YUV155.07132.48170.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.91%
GREEN value IS 123 (48.44% from 255) = 24.55%
BLUE value IS 163 (64.06% from 255) = 32.53%
R=42.91%
G=24.55%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512316300.430.240.16333.9153.4966.27
HexD77BA302B181014e3542
Octal327173243053302051665102
Binary11010111111101110100011010101111000100001010011101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77BA3; }

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

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

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

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

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

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

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

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