#D66D94

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

Shades of Pale Violet Red #D66D94

Tints of Pale Violet Red #D66D94

Color information

#D66D94 (or 0xD66D94) is unknown color: approx Pale Violet Red. HEX triplet: D6, 6D and 94. RGB value is (214,109,148). Sum of RGB (Red+Green+Blue) = 214+109+148=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66D94 is #29926B. Grayscale: #909090. Windows color (decimal): -2724460 or 9727446. OLE color: 9727446.

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

Color convert

RGB214109148-
CMYK00.490.310.16
HSL337.71º56.15%63.33%-
HSV(B)337.71º49.07%83.92%-
XYZ38.5527.3731.27-
YUV144.84129.79177.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.44%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=45.44%
G=23.14%
B=31.42%

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
Decimal21410914800.490.310.16337.7156.1563.33
HexD66D940311F10152383f
Octal32615522406137205227077
Binary1101011011011011001010001100011111110000101010010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66D94; }

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

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

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

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

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

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

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

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