#D66D93

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

Shades of Pale Violet Red #D66D93

Tints of Pale Violet Red #D66D93

Color information

#D66D93 (or 0xD66D93) is unknown color: approx Pale Violet Red. HEX triplet: D6, 6D and 93. RGB value is (214,109,147). Sum of RGB (Red+Green+Blue) = 214+109+147=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66D93 is #29926C. Grayscale: #909090. Windows color (decimal): -2724461 or 9661910. OLE color: 9661910.

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

Color convert

RGB214109147-
CMYK00.490.310.16
HSL338.29º56.15%63.33%-
HSV(B)338.29º49.07%83.92%-
XYZ38.4727.3430.85-
YUV144.73129.29177.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.53%
GREEN value IS 109 (42.97% from 255) = 23.19%
BLUE value IS 147 (57.81% from 255) = 31.28%
R=45.53%
G=23.19%
B=31.28%

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
Decimal21410914700.490.310.16338.2956.1563.33
HexD66D930311F10152383f
Octal32615522306137205227077
Binary1101011011011011001001101100011111110000101010010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66D93; }

 p { color: rgb(214,109,147); }

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

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

 a { background-color: rgb(214,109,147); }

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

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

 span { border-color: rgb(214,109,147); }

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