#DF698F

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

Shades of Pale Violet Red #DF698F

Tints of Pale Violet Red #DF698F

Color information

#DF698F (or 0xDF698F) is unknown color: approx Pale Violet Red. HEX triplet: DF, 69 and 8F. RGB value is (223,105,143). Sum of RGB (Red+Green+Blue) = 223+105+143=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF698F is #209670. Grayscale: #909090. Windows color (decimal): -2135665 or 9398751. OLE color: 9398751.

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

Color convert

RGB223105143-
CMYK00.530.360.13
HSL340.68º64.84%64.31%-
HSV(B)340.68º52.91%87.45%-
XYZ40.4427.7729.22-
YUV144.61127.09183.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.35%
GREEN value IS 105 (41.41% from 255) = 22.29%
BLUE value IS 143 (56.25% from 255) = 30.36%
R=47.35%
G=22.29%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310514300.530.360.13340.6864.8464.31
HexDF698F03524D1554140
Octal3371512170654415525101100
Binary110111111101001100011110110101100100110110101010110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF698F; }

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

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

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

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

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

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

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

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