#D9668C

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

Shades of Pale Violet Red #D9668C

Tints of Pale Violet Red #D9668C

Color information

#D9668C (or 0xD9668C) is unknown color: approx Pale Violet Red. HEX triplet: D9, 66 and 8C. RGB value is (217,102,140). Sum of RGB (Red+Green+Blue) = 217+102+140=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9668C is #269973. Grayscale: #8C8C8C. Windows color (decimal): -2529652 or 9201369. OLE color: 9201369.

HSL color Cylindrical-coordinate representation of color #D9668C: hue angle of 340.17º 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 #D9668C is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217102140-
CMYK00.530.350.15
HSL340.17º60.21%62.55%-
HSV(B)340.17º53%85.1%-
XYZ38.126.1527.85-
YUV140.72127.6182.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.28%
GREEN value IS 102 (40.23% from 255) = 22.22%
BLUE value IS 140 (55.08% from 255) = 30.50%
R=47.28%
G=22.22%
B=30.50%

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
Decimal21710214000.530.350.15340.1760.2162.55
HexD9668C03523F1543c3f
Octal33114621406543175247477
Binary1101100111001101000110001101011000111111101010100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9668C; }

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

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

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

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

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

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

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

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