#DD6E8E

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

Shades of Pale Violet Red #DD6E8E

Tints of Pale Violet Red #DD6E8E

Color information

#DD6E8E (or 0xDD6E8E) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6E and 8E. RGB value is (221,110,142). Sum of RGB (Red+Green+Blue) = 221+110+142=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6E8E is #229171. Grayscale: #929292. Windows color (decimal): -2265458 or 9334493. OLE color: 9334493.

HSL color Cylindrical-coordinate representation of color #DD6E8E: hue angle of 342.7º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6E8E is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB221110142-
CMYK00.500.360.13
HSL342.7º62.01%64.9%-
HSV(B)342.7º50.23%86.67%-
XYZ40.2828.4828.96-
YUV146.84125.27180.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 110 (43.36% from 255) = 23.26%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=46.72%
G=23.26%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111014200.500.360.13342.762.0164.9
HexDD6E8E03224D1573e41
Octal335156216062441552776101
Binary11011101110111010001110011001010010011011010101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6E8E; }

 p { color: rgb(221,110,142); }

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

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

 a { background-color: rgb(221,110,142); }

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

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

 span { border-color: rgb(221,110,142); }

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