#D6688F

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

Shades of Pale Violet Red #D6688F

Tints of Pale Violet Red #D6688F

Color information

#D6688F (or 0xD6688F) is unknown color: approx Pale Violet Red. HEX triplet: D6, 68 and 8F. RGB value is (214,104,143). Sum of RGB (Red+Green+Blue) = 214+104+143=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6688F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6688F is #299770. Grayscale: #8D8D8D. Windows color (decimal): -2725745 or 9398486. OLE color: 9398486.

HSL color Cylindrical-coordinate representation of color #D6688F: hue angle of 338.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6688F is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB214104143-
CMYK00.510.330.16
HSL338.73º57.29%62.35%-
HSV(B)338.73º51.4%83.92%-
XYZ37.6426.1829.06-
YUV141.34128.94179.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 104 (41.02% from 255) = 22.56%
BLUE value IS 143 (56.25% from 255) = 31.02%
R=46.42%
G=22.56%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410414300.510.330.16338.7357.2962.35
HexD6688F0332110153393e
Octal32615021706341205237176
Binary11010110110100010001111011001110000110000101010011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6688F; }

 p { color: rgb(214,104,143); }

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

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

 a { background-color: rgb(214,104,143); }

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

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

 span { border-color: rgb(214,104,143); }

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