#D96090

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

Shades of Pale Violet Red #D96090

Tints of Pale Violet Red #D96090

Color information

#D96090 (or 0xD96090) is unknown color: approx Pale Violet Red. HEX triplet: D9, 60 and 90. RGB value is (217,96,144). Sum of RGB (Red+Green+Blue) = 217+96+144=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D96090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96090 is #269F6F. Grayscale: #898989. Windows color (decimal): -2531184 or 9461977. OLE color: 9461977.

HSL color Cylindrical-coordinate representation of color #D96090: hue angle of 336.2º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96090 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB21796144-
CMYK00.560.340.15
HSL336.2º61.42%61.37%-
HSV(B)336.2º55.76%85.1%-
XYZ37.8325.1329.24-
YUV137.65131.59184.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.48%
GREEN value IS 96 (37.89% from 255) = 21.01%
BLUE value IS 144 (56.64% from 255) = 31.51%
R=47.48%
G=21.01%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179614400.560.340.15336.261.4261.37
HexD9609003822F1503d3d
Octal33114022007042175207575
Binary1101100111000001001000001110001000101111101010000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96090; }

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

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

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

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

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

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

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

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