#D97BA2

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

Shades of Pale Violet Red #D97BA2

Tints of Pale Violet Red #D97BA2

Color information

#D97BA2 (or 0xD97BA2) is unknown color: approx Pale Violet Red. HEX triplet: D9, 7B and A2. RGB value is (217,123,162). Sum of RGB (Red+Green+Blue) = 217+123+162=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97BA2 is #26845D. Grayscale: #9B9B9B. Windows color (decimal): -2524254 or 10648537. OLE color: 10648537.

HSL color Cylindrical-coordinate representation of color #D97BA2: hue angle of 335.11º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97BA2 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB217123162-
CMYK00.430.250.15
HSL335.11º55.29%66.67%-
HSV(B)335.11º43.32%85.1%-
XYZ42.2231.5338.04-
YUV155.55131.64171.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.23%
GREEN value IS 123 (48.44% from 255) = 24.50%
BLUE value IS 162 (63.67% from 255) = 32.27%
R=43.23%
G=24.50%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712316200.430.250.15335.1155.2966.67
HexD97BA202B19F14f3743
Octal331173242053311751767103
Binary1101100111110111010001001010111100111111010011111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97BA2; }

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

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

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

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

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

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

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

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