#D6698E

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

Shades of Pale Violet Red #D6698E

Tints of Pale Violet Red #D6698E

Color information

#D6698E (or 0xD6698E) is unknown color: approx Pale Violet Red. HEX triplet: D6, 69 and 8E. RGB value is (214,105,142). Sum of RGB (Red+Green+Blue) = 214+105+142=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D6698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6698E is #299671. Grayscale: #8D8D8D. Windows color (decimal): -2725490 or 9333206. OLE color: 9333206.

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

Color convert

RGB214105142-
CMYK00.510.340.16
HSL339.63º57.07%62.55%-
HSV(B)339.63º50.93%83.92%-
XYZ37.6726.3528.69-
YUV141.81128.11179.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=46.42%
G=22.78%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410514200.510.340.16339.6357.0762.55
HexD6698E0332210154393f
Octal32615121606342205247177
Binary11010110110100110001110011001110001010000101010100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6698E; }

 p { color: rgb(214,105,142); }

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

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

 a { background-color: rgb(214,105,142); }

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

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

 span { border-color: rgb(214,105,142); }

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