#D66E99

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

Shades of Pale Violet Red #D66E99

Tints of Pale Violet Red #D66E99

Color information

#D66E99 (or 0xD66E99) is unknown color: approx Pale Violet Red. HEX triplet: D6, 6E and 99. RGB value is (214,110,153). Sum of RGB (Red+Green+Blue) = 214+110+153=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66E99 is #299166. Grayscale: #919191. Windows color (decimal): -2724199 or 10055382. OLE color: 10055382.

HSL color Cylindrical-coordinate representation of color #D66E99: hue angle of 335.19º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66E99 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214110153-
CMYK00.490.290.16
HSL335.19º55.91%63.53%-
HSV(B)335.19º48.6%83.92%-
XYZ39.0627.7533.43-
YUV146131.96176.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 110 (43.36% from 255) = 23.06%
BLUE value IS 153 (60.16% from 255) = 32.08%
R=44.86%
G=23.06%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411015300.490.290.16335.1955.9163.53
HexD66E990311D1014f3840
Octal326156231061352051770100
Binary11010110110111010011001011000111101100001010011111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66E99; }

 p { color: rgb(214,110,153); }

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

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

 a { background-color: rgb(214,110,153); }

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

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

 span { border-color: rgb(214,110,153); }

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