#D77BA2

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

Shades of Pale Violet Red #D77BA2

Tints of Pale Violet Red #D77BA2

Color information

#D77BA2 (or 0xD77BA2) is unknown color: approx Pale Violet Red. HEX triplet: D7, 7B and A2. RGB value is (215,123,162). Sum of RGB (Red+Green+Blue) = 215+123+162=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77BA2 is #28845D. Grayscale: #9A9A9A. Windows color (decimal): -2655326 or 10648535. OLE color: 10648535.

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

Color convert

RGB215123162-
CMYK00.430.250.16
HSL334.57º53.49%66.27%-
HSV(B)334.57º42.79%84.31%-
XYZ41.6331.2238.01-
YUV154.95131.98170.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43%
GREEN value IS 123 (48.44% from 255) = 24.6%
BLUE value IS 162 (63.67% from 255) = 32.4%
R=43%
G=24.6%
B=32.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512316200.430.250.16334.5753.4966.27
HexD77BA202B191014f3542
Octal327173242053312051765102
Binary11010111111101110100010010101111001100001010011111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77BA2; }

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

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

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

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

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

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

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

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