#DF6B9C

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

Shades of Pale Violet Red #DF6B9C

Tints of Pale Violet Red #DF6B9C

Color information

#DF6B9C (or 0xDF6B9C) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6B and 9C. RGB value is (223,107,156). Sum of RGB (Red+Green+Blue) = 223+107+156=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6B9C is #209463. Grayscale: #939393. Windows color (decimal): -2135140 or 10251231. OLE color: 10251231.

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

Color convert

RGB223107156-
CMYK00.520.300.13
HSL334.66º64.44%64.71%-
HSV(B)334.66º52.02%87.45%-
XYZ41.6928.634.78-
YUV147.27132.93182.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.88%
GREEN value IS 107 (42.19% from 255) = 22.02%
BLUE value IS 156 (61.33% from 255) = 32.10%
R=45.88%
G=22.02%
B=32.10%

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
Decimal22310715600.520.300.13334.6664.4464.71
HexDF6B9C0341ED14f4041
Octal3371532340643615517100101
Binary11011111110101110011100011010011110110110100111110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6B9C; }

 p { color: rgb(223,107,156); }

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

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

 a { background-color: rgb(223,107,156); }

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

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

 span { border-color: rgb(223,107,156); }

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