#D97CA0

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

Shades of Pale Violet Red #D97CA0

Tints of Pale Violet Red #D97CA0

Color information

#D97CA0 (or 0xD97CA0) is unknown color: approx Pale Violet Red. HEX triplet: D9, 7C and A0. RGB value is (217,124,160). Sum of RGB (Red+Green+Blue) = 217+124+160=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97CA0 is #26835F. Grayscale: #9B9B9B. Windows color (decimal): -2524000 or 10517721. OLE color: 10517721.

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

Color convert

RGB217124160-
CMYK00.430.260.15
HSL336.77º55.03%66.86%-
HSV(B)336.77º42.86%85.1%-
XYZ42.1731.7137.15-
YUV155.91130.31171.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.31%
GREEN value IS 124 (48.83% from 255) = 24.75%
BLUE value IS 160 (62.89% from 255) = 31.94%
R=43.31%
G=24.75%
B=31.94%

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
Decimal21712416000.430.260.15336.7755.0366.86
HexD97CA002B1AF1513743
Octal331174240053321752167103
Binary1101100111111001010000001010111101011111010100011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97CA0; }

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

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

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

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

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

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

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

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