#D7688C

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

Shades of Pale Violet Red #D7688C

Tints of Pale Violet Red #D7688C

Color information

#D7688C (or 0xD7688C) is unknown color: approx Pale Violet Red. HEX triplet: D7, 68 and 8C. RGB value is (215,104,140). Sum of RGB (Red+Green+Blue) = 215+104+140=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D7688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7688C is #289773. Grayscale: #8D8D8D. Windows color (decimal): -2660212 or 9201879. OLE color: 9201879.

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

Color convert

RGB215104140-
CMYK00.520.350.16
HSL340.54º58.12%62.55%-
HSV(B)340.54º51.63%84.31%-
XYZ37.7126.2427.89-
YUV141.29127.27180.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.84%
GREEN value IS 104 (41.02% from 255) = 22.66%
BLUE value IS 140 (55.08% from 255) = 30.50%
R=46.84%
G=22.66%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510414000.520.350.16340.5458.1262.55
HexD7688C03423101553a3f
Octal32715021406443205257277
Binary11010111110100010001100011010010001110000101010101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7688C; }

 p { color: rgb(215,104,140); }

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

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

 a { background-color: rgb(215,104,140); }

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

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

 span { border-color: rgb(215,104,140); }

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