#D97BA3

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

Shades of Pale Violet Red #D97BA3

Tints of Pale Violet Red #D97BA3

Color information

#D97BA3 (or 0xD97BA3) is unknown color: approx Pale Violet Red. HEX triplet: D9, 7B and A3. RGB value is (217,123,163). Sum of RGB (Red+Green+Blue) = 217+123+163=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97BA3 is #26845C. Grayscale: #9B9B9B. Windows color (decimal): -2524253 or 10714073. OLE color: 10714073.

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

Color convert

RGB217123163-
CMYK00.430.250.15
HSL334.47º55.29%66.67%-
HSV(B)334.47º43.32%85.1%-
XYZ42.3131.5638.51-
YUV155.67132.14171.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.14%
GREEN value IS 123 (48.44% from 255) = 24.45%
BLUE value IS 163 (64.06% from 255) = 32.41%
R=43.14%
G=24.45%
B=32.41%

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
Decimal21712316300.430.250.15334.4755.2966.67
HexD97BA302B19F14e3743
Octal331173243053311751667103
Binary1101100111110111010001101010111100111111010011101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97BA3; }

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

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

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

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

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

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

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

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