#D9668D

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

Shades of Pale Violet Red #D9668D

Tints of Pale Violet Red #D9668D

Color information

#D9668D (or 0xD9668D) is unknown color: approx Pale Violet Red. HEX triplet: D9, 66 and 8D. RGB value is (217,102,141). Sum of RGB (Red+Green+Blue) = 217+102+141=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9668D is #269972. Grayscale: #8C8C8C. Windows color (decimal): -2529651 or 9266905. OLE color: 9266905.

HSL color Cylindrical-coordinate representation of color #D9668D: hue angle of 339.65º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9668D is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217102141-
CMYK00.530.350.15
HSL339.65º60.21%62.55%-
HSV(B)339.65º53%85.1%-
XYZ38.1726.1828.24-
YUV140.83128.1182.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.17%
GREEN value IS 102 (40.23% from 255) = 22.17%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=47.17%
G=22.17%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710214100.530.350.15339.6560.2162.55
HexD9668D03523F1543c3f
Octal33114621506543175247477
Binary1101100111001101000110101101011000111111101010100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9668D; }

 p { color: rgb(217,102,141); }

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

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

 a { background-color: rgb(217,102,141); }

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

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

 span { border-color: rgb(217,102,141); }

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