#DF6196

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

Shades of Pale Violet Red #DF6196

Tints of Pale Violet Red #DF6196

Color information

#DF6196 (or 0xDF6196) is unknown color: approx Pale Violet Red. HEX triplet: DF, 61 and 96. RGB value is (223,97,150). Sum of RGB (Red+Green+Blue) = 223+97+150=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6196 is #209E69. Grayscale: #8C8C8C. Windows color (decimal): -2137706 or 9855455. OLE color: 9855455.

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

Color convert

RGB22397150-
CMYK00.570.330.13
HSL334.76º66.32%62.75%-
HSV(B)334.76º56.5%87.45%-
XYZ40.2126.4431.84-
YUV140.72133.24186.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.45%
GREEN value IS 97 (38.28% from 255) = 20.64%
BLUE value IS 150 (58.98% from 255) = 31.91%
R=47.45%
G=20.64%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239715000.570.330.13334.7666.3262.75
HexDF619603921D14f423f
Octal337141226071411551710277
Binary11011111110000110010110011100110000111011010011111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6196; }

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

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

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

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

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

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

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

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