#DF6996

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

Shades of Pale Violet Red #DF6996

Tints of Pale Violet Red #DF6996

Color information

#DF6996 (or 0xDF6996) is unknown color: approx Pale Violet Red. HEX triplet: DF, 69 and 96. RGB value is (223,105,150). Sum of RGB (Red+Green+Blue) = 223+105+150=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6996 is #209669. Grayscale: #919191. Windows color (decimal): -2135658 or 9857503. OLE color: 9857503.

HSL color Cylindrical-coordinate representation of color #DF6996: hue angle of 337.12º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF6996 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB223105150-
CMYK00.530.330.13
HSL337.12º64.84%64.31%-
HSV(B)337.12º52.91%87.45%-
XYZ40.9927.9932.1-
YUV145.41130.59183.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.65%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 150 (58.98% from 255) = 31.38%
R=46.65%
G=21.97%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310515000.530.330.13337.1264.8464.31
HexDF699603521D1514140
Octal3371512260654115521101100
Binary110111111101001100101100110101100001110110101000110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6996; }

 p { color: rgb(223,105,150); }

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

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

 a { background-color: rgb(223,105,150); }

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

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

 span { border-color: rgb(223,105,150); }

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