#DA7997

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

Shades of Pale Violet Red #DA7997

Tints of Pale Violet Red #DA7997

Color information

#DA7997 (or 0xDA7997) is unknown color: approx Pale Violet Red. HEX triplet: DA, 79 and 97. RGB value is (218,121,151). Sum of RGB (Red+Green+Blue) = 218+121+151=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7997 is #258668. Grayscale: #999999. Windows color (decimal): -2459241 or 9927130. OLE color: 9927130.

HSL color Cylindrical-coordinate representation of color #DA7997: hue angle of 341.44º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7997 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218121151-
CMYK00.440.310.15
HSL341.44º56.73%66.47%-
HSV(B)341.44º44.5%85.49%-
XYZ41.3430.8133.05-
YUV153.42126.64174.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.49%
GREEN value IS 121 (47.66% from 255) = 24.69%
BLUE value IS 151 (59.38% from 255) = 30.82%
R=44.49%
G=24.69%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812115100.440.310.15341.4456.7366.47
HexDA799702C1FF1553942
Octal332171227054371752571102
Binary1101101011110011001011101011001111111111010101011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7997; }

 p { color: rgb(218,121,151); }

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

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

 a { background-color: rgb(218,121,151); }

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

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

 span { border-color: rgb(218,121,151); }

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