#D5688C

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

Shades of Pale Violet Red #D5688C

Tints of Pale Violet Red #D5688C

Color information

#D5688C (or 0xD5688C) is unknown color: approx Pale Violet Red. HEX triplet: D5, 68 and 8C. RGB value is (213,104,140). Sum of RGB (Red+Green+Blue) = 213+104+140=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5688C is #2A9773. Grayscale: #8C8C8C. Windows color (decimal): -2791284 or 9201877. OLE color: 9201877.

HSL color Cylindrical-coordinate representation of color #D5688C: hue angle of 340.18º degrees, saturation: 0.56, 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 #D5688C is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB213104140-
CMYK00.510.340.16
HSL340.18º56.48%62.16%-
HSV(B)340.18º51.17%83.53%-
XYZ37.1225.9427.86-
YUV140.7127.61179.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.61%
GREEN value IS 104 (41.02% from 255) = 22.76%
BLUE value IS 140 (55.08% from 255) = 30.63%
R=46.61%
G=22.76%
B=30.63%

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
Decimal21310414000.510.340.16340.1856.4862.16
HexD5688C0332210154383e
Octal32515021406342205247076
Binary11010101110100010001100011001110001010000101010100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5688C; }

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

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

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

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

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

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

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

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