#D97CA1

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

Shades of Pale Violet Red #D97CA1

Tints of Pale Violet Red #D97CA1

Color information

#D97CA1 (or 0xD97CA1) is unknown color: approx Pale Violet Red. HEX triplet: D9, 7C and A1. RGB value is (217,124,161). Sum of RGB (Red+Green+Blue) = 217+124+161=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97CA1 is #26835E. Grayscale: #9B9B9B. Windows color (decimal): -2523999 or 10583257. OLE color: 10583257.

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

Color convert

RGB217124161-
CMYK00.430.260.15
HSL336.13º55.03%66.86%-
HSV(B)336.13º42.86%85.1%-
XYZ42.2631.7437.62-
YUV156.02130.81171.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.23%
GREEN value IS 124 (48.83% from 255) = 24.70%
BLUE value IS 161 (63.28% from 255) = 32.07%
R=43.23%
G=24.70%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712416100.430.260.15336.1355.0366.86
HexD97CA102B1AF1503743
Octal331174241053321752067103
Binary1101100111111001010000101010111101011111010100001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97CA1; }

 p { color: rgb(217,124,161); }

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

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

 a { background-color: rgb(217,124,161); }

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

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

 span { border-color: rgb(217,124,161); }

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