#DF7998

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

Shades of Pale Violet Red #DF7998

Tints of Pale Violet Red #DF7998

Color information

#DF7998 (or 0xDF7998) is unknown color: approx Pale Violet Red. HEX triplet: DF, 79 and 98. RGB value is (223,121,152). Sum of RGB (Red+Green+Blue) = 223+121+152=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7998 is #208667. Grayscale: #9B9B9B. Windows color (decimal): -2131560 or 9992671. OLE color: 9992671.

HSL color Cylindrical-coordinate representation of color #DF7998: hue angle of 341.76º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF7998 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB223121152-
CMYK00.460.320.13
HSL341.76º61.45%67.45%-
HSV(B)341.76º45.74%87.45%-
XYZ42.9431.6333.55-
YUV155.03126.29176.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.96%
GREEN value IS 121 (47.66% from 255) = 24.40%
BLUE value IS 152 (59.77% from 255) = 30.65%
R=44.96%
G=24.40%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312115200.460.320.13341.7661.4567.45
HexDF799802E20D1563d43
Octal337171230056401552675103
Binary11011111111100110011000010111010000011011010101101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7998; }

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

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

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

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

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

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

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

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