#DA7998

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

Shades of Pale Violet Red #DA7998

Tints of Pale Violet Red #DA7998

Color information

#DA7998 (or 0xDA7998) is unknown color: approx Pale Violet Red. HEX triplet: DA, 79 and 98. RGB value is (218,121,152). Sum of RGB (Red+Green+Blue) = 218+121+152=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7998 is #258667. Grayscale: #999999. Windows color (decimal): -2459240 or 9992666. OLE color: 9992666.

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

Color convert

RGB218121152-
CMYK00.440.300.15
HSL340.82º56.73%66.47%-
HSV(B)340.82º44.5%85.49%-
XYZ41.4230.8533.48-
YUV153.54127.14173.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.40%
GREEN value IS 121 (47.66% from 255) = 24.64%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=44.40%
G=24.64%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812115200.440.300.15340.8256.7366.47
HexDA799802C1EF1553942
Octal332171230054361752571102
Binary1101101011110011001100001011001111011111010101011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7998; }

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

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

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

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

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

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

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

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