#DD6E91

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

Shades of Pale Violet Red #DD6E91

Tints of Pale Violet Red #DD6E91

Color information

#DD6E91 (or 0xDD6E91) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6E and 91. RGB value is (221,110,145). Sum of RGB (Red+Green+Blue) = 221+110+145=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6E91 is #22916E. Grayscale: #939393. Windows color (decimal): -2265455 or 9531101. OLE color: 9531101.

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

Color convert

RGB221110145-
CMYK00.500.340.13
HSL341.08º62.01%64.9%-
HSV(B)341.08º50.23%86.67%-
XYZ40.5128.5730.17-
YUV147.18126.77180.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 110 (43.36% from 255) = 23.11%
BLUE value IS 145 (57.03% from 255) = 30.46%
R=46.43%
G=23.11%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111014500.500.340.13341.0862.0164.9
HexDD6E9103222D1553e41
Octal335156221062421552576101
Binary11011101110111010010001011001010001011011010101011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6E91; }

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

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

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

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

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

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

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

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