#DF6C92

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

Shades of Pale Violet Red #DF6C92

Tints of Pale Violet Red #DF6C92

Color information

#DF6C92 (or 0xDF6C92) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6C and 92. RGB value is (223,108,146). Sum of RGB (Red+Green+Blue) = 223+108+146=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6C92 is #20936D. Grayscale: #929292. Windows color (decimal): -2134894 or 9596127. OLE color: 9596127.

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

Color convert

RGB223108146-
CMYK00.520.350.13
HSL340.17º64.25%64.9%-
HSV(B)340.17º51.57%87.45%-
XYZ40.9828.4930.53-
YUV146.72127.6182.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.75%
GREEN value IS 108 (42.58% from 255) = 22.64%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=46.75%
G=22.64%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310814600.520.350.13340.1764.2564.9
HexDF6C9203423D1544041
Octal3371542220644315524100101
Binary110111111101100100100100110100100011110110101010010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6C92; }

 p { color: rgb(223,108,146); }

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

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

 a { background-color: rgb(223,108,146); }

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

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

 span { border-color: rgb(223,108,146); }

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