#D97CA3

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

Shades of Pale Violet Red #D97CA3

Tints of Pale Violet Red #D97CA3

Color information

#D97CA3 (or 0xD97CA3) is unknown color: approx Pale Violet Red. HEX triplet: D9, 7C and A3. RGB value is (217,124,163). Sum of RGB (Red+Green+Blue) = 217+124+163=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97CA3 is #26835C. Grayscale: #9C9C9C. Windows color (decimal): -2523997 or 10714329. OLE color: 10714329.

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

Color convert

RGB217124163-
CMYK00.430.250.15
HSL334.84º55.03%66.86%-
HSV(B)334.84º42.86%85.1%-
XYZ42.4331.8138.55-
YUV156.25131.81171.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.06%
GREEN value IS 124 (48.83% from 255) = 24.60%
BLUE value IS 163 (64.06% from 255) = 32.34%
R=43.06%
G=24.60%
B=32.34%

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
Decimal21712416300.430.250.15334.8455.0366.86
HexD97CA302B19F14f3743
Octal331174243053311751767103
Binary1101100111111001010001101010111100111111010011111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97CA3; }

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

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

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

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

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

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

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

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