#D98AB8

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

Shades of Shocking #D98AB8

Tints of Shocking #D98AB8

Color information

#D98AB8 (or 0xD98AB8) is unknown color: approx Shocking. HEX triplet: D9, 8A and B8. RGB value is (217,138,184). Sum of RGB (Red+Green+Blue) = 217+138+184=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D98AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98AB8 is #267547. Grayscale: #A6A6A6. Windows color (decimal): -2520392 or 12094169. OLE color: 12094169.

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

Color convert

RGB217138184-
CMYK00.360.150.15
HSL325.06º50.97%69.61%-
HSV(B)325.06º36.41%85.1%-
XYZ46.3636.3949.93-
YUV166.86137.67163.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 138 (54.30% from 255) = 25.60%
BLUE value IS 184 (72.27% from 255) = 34.14%
R=40.26%
G=25.60%
B=34.14%

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
Decimal21713818400.360.150.15325.0650.9769.61
HexD98AB8024FF1453346
Octal331212270044171750563106
Binary1101100110001010101110000100100111111111010001011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98AB8; }

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

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

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

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

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

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

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

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