#D66E94

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

Shades of Pale Violet Red #D66E94

Tints of Pale Violet Red #D66E94

Color information

#D66E94 (or 0xD66E94) is unknown color: approx Pale Violet Red. HEX triplet: D6, 6E and 94. RGB value is (214,110,148). Sum of RGB (Red+Green+Blue) = 214+110+148=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66E94 is #29916B. Grayscale: #919191. Windows color (decimal): -2724204 or 9727702. OLE color: 9727702.

HSL color Cylindrical-coordinate representation of color #D66E94: hue angle of 338.08º 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 #D66E94 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214110148-
CMYK00.490.310.16
HSL338.08º55.91%63.53%-
HSV(B)338.08º48.6%83.92%-
XYZ38.6527.5931.3-
YUV145.43129.46176.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.34%
GREEN value IS 110 (43.36% from 255) = 23.31%
BLUE value IS 148 (58.20% from 255) = 31.36%
R=45.34%
G=23.31%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411014800.490.310.16338.0855.9163.53
HexD66E940311F101523840
Octal326156224061372052270100
Binary11010110110111010010100011000111111100001010100101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66E94; }

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

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

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

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

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

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

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

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