#D96690

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

Shades of Pale Violet Red #D96690

Tints of Pale Violet Red #D96690

Color information

#D96690 (or 0xD96690) is unknown color: approx Pale Violet Red. HEX triplet: D9, 66 and 90. RGB value is (217,102,144). Sum of RGB (Red+Green+Blue) = 217+102+144=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D96690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96690 is #26996F. Grayscale: #8D8D8D. Windows color (decimal): -2529648 or 9463513. OLE color: 9463513.

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

Color convert

RGB217102144-
CMYK00.530.340.15
HSL338.09º60.21%62.55%-
HSV(B)338.09º53%85.1%-
XYZ38.426.2729.43-
YUV141.17129.6182.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 102 (40.23% from 255) = 22.03%
BLUE value IS 144 (56.64% from 255) = 31.10%
R=46.87%
G=22.03%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710214400.530.340.15338.0960.2162.55
HexD9669003522F1523c3f
Octal33114622006542175227477
Binary1101100111001101001000001101011000101111101010010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96690; }

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

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

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

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

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

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

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

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