#D98AB5

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

Shades of Shocking #D98AB5

Tints of Shocking #D98AB5

Color information

#D98AB5 (or 0xD98AB5) is unknown color: approx Shocking. HEX triplet: D9, 8A and B5. RGB value is (217,138,181). Sum of RGB (Red+Green+Blue) = 217+138+181=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D98AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98AB5 is #26754A. Grayscale: #A6A6A6. Windows color (decimal): -2520395 or 11897561. OLE color: 11897561.

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

Color convert

RGB217138181-
CMYK00.360.170.15
HSL327.34º50.97%69.61%-
HSV(B)327.34º36.41%85.1%-
XYZ46.0436.2648.29-
YUV166.52136.17164-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 138 (54.30% from 255) = 25.75%
BLUE value IS 181 (71.09% from 255) = 33.77%
R=40.49%
G=25.75%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713818100.360.170.15327.3450.9769.61
HexD98AB502411F1473346
Octal331212265044211750763106
Binary11011001100010101011010101001001000111111010001111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98AB5; }

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

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

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

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

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

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

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

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