#DD698F

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

Shades of Pale Violet Red #DD698F

Tints of Pale Violet Red #DD698F

Color information

#DD698F (or 0xDD698F) is unknown color: approx Pale Violet Red. HEX triplet: DD, 69 and 8F. RGB value is (221,105,143). Sum of RGB (Red+Green+Blue) = 221+105+143=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD698F is #229670. Grayscale: #8F8F8F. Windows color (decimal): -2266737 or 9398749. OLE color: 9398749.

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

Color convert

RGB221105143-
CMYK00.520.350.13
HSL340.34º63.04%63.92%-
HSV(B)340.34º52.49%86.67%-
XYZ39.8327.4629.19-
YUV144.02127.43182.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 143 (56.25% from 255) = 30.49%
R=47.12%
G=22.39%
B=30.49%

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
Decimal22110514300.520.350.13340.3463.0463.92
HexDD698F03423D1543f40
Octal335151217064431552477100
Binary11011101110100110001111011010010001111011010101001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD698F; }

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

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

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

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

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

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

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

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