#D98AB9

Color #D98AB9 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #D98AB9

Tints of Shocking #D98AB9

Color information

#D98AB9 (or 0xD98AB9) is unknown color: approx Shocking. HEX triplet: D9, 8A and B9. RGB value is (217,138,185). Sum of RGB (Red+Green+Blue) = 217+138+185=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D98AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98AB9 is #267546. Grayscale: #A6A6A6. Windows color (decimal): -2520391 or 12159705. OLE color: 12159705.

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

Color convert

RGB217138185-
CMYK00.360.150.15
HSL324.3º50.97%69.61%-
HSV(B)324.3º36.41%85.1%-
XYZ46.4636.4350.48-
YUV166.98138.17163.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.19%
GREEN value IS 138 (54.30% from 255) = 25.56%
BLUE value IS 185 (72.66% from 255) = 34.26%
R=40.19%
G=25.56%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713818500.360.150.15324.350.9769.61
HexD98AB9024FF1443346
Octal331212271044171750463106
Binary1101100110001010101110010100100111111111010001001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98AB9; }

 p { color: rgb(217,138,185); }

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

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

 a { background-color: rgb(217,138,185); }

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

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

 span { border-color: rgb(217,138,185); }

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