#D5688D

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

Shades of Pale Violet Red #D5688D

Tints of Pale Violet Red #D5688D

Color information

#D5688D (or 0xD5688D) is unknown color: approx Pale Violet Red. HEX triplet: D5, 68 and 8D. RGB value is (213,104,141). Sum of RGB (Red+Green+Blue) = 213+104+141=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D5688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5688D is #2A9772. Grayscale: #8C8C8C. Windows color (decimal): -2791283 or 9267413. OLE color: 9267413.

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

Color convert

RGB213104141-
CMYK00.510.340.16
HSL339.63º56.48%62.16%-
HSV(B)339.63º51.17%83.53%-
XYZ37.225.9728.25-
YUV140.81128.11179.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.51%
GREEN value IS 104 (41.02% from 255) = 22.71%
BLUE value IS 141 (55.47% from 255) = 30.79%
R=46.51%
G=22.71%
B=30.79%

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
Decimal21310414100.510.340.16339.6356.4862.16
HexD5688D0332210154383e
Octal32515021506342205247076
Binary11010101110100010001101011001110001010000101010100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5688D; }

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

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

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

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

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

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

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

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