#DF6C9D

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

Shades of Pale Violet Red #DF6C9D

Tints of Pale Violet Red #DF6C9D

Color information

#DF6C9D (or 0xDF6C9D) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6C and 9D. RGB value is (223,108,157). Sum of RGB (Red+Green+Blue) = 223+108+157=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6C9D is #209362. Grayscale: #939393. Windows color (decimal): -2134883 or 10317023. OLE color: 10317023.

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

Color convert

RGB223108157-
CMYK00.520.300.13
HSL334.43º64.25%64.9%-
HSV(B)334.43º51.57%87.45%-
XYZ41.8828.8535.26-
YUV147.97133.1181.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.70%
GREEN value IS 108 (42.58% from 255) = 22.13%
BLUE value IS 157 (61.72% from 255) = 32.17%
R=45.70%
G=22.13%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310815700.520.300.13334.4364.2564.9
HexDF6C9D0341ED14e4041
Octal3371542350643615516100101
Binary11011111110110010011101011010011110110110100111010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6C9D; }

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

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

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

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

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

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

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

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