#D96A98

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

Shades of Pale Violet Red #D96A98

Tints of Pale Violet Red #D96A98

Color information

#D96A98 (or 0xD96A98) is unknown color: approx Pale Violet Red. HEX triplet: D9, 6A and 98. RGB value is (217,106,152). Sum of RGB (Red+Green+Blue) = 217+106+152=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A98 is #269567. Grayscale: #909090. Windows color (decimal): -2528616 or 9988825. OLE color: 9988825.

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

Color convert

RGB217106152-
CMYK00.510.300.15
HSL335.14º59.36%63.33%-
HSV(B)335.14º51.15%85.1%-
XYZ39.4427.3332.9-
YUV144.43132.27179.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.68%
GREEN value IS 106 (41.80% from 255) = 22.32%
BLUE value IS 152 (59.77% from 255) = 32%
R=45.68%
G=22.32%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710615200.510.300.15335.1459.3663.33
HexD96A980331EF14f3b3f
Octal33115223006336175177377
Binary110110011101010100110000110011111101111101001111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96A98; }

 p { color: rgb(217,106,152); }

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

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

 a { background-color: rgb(217,106,152); }

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

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

 span { border-color: rgb(217,106,152); }

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