#D98DB9

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

Shades of Shocking #D98DB9

Tints of Shocking #D98DB9

Color information

#D98DB9 (or 0xD98DB9) is unknown color: approx Shocking. HEX triplet: D9, 8D and B9. RGB value is (217,141,185). Sum of RGB (Red+Green+Blue) = 217+141+185=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DB9 is #267246. Grayscale: #A8A8A8. Windows color (decimal): -2519623 or 12160473. OLE color: 12160473.

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

Color convert

RGB217141185-
CMYK00.350.150.15
HSL325.26º50%70.2%-
HSV(B)325.26º35.02%85.1%-
XYZ46.937.350.63-
YUV168.74137.18162.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 141 (55.47% from 255) = 25.97%
BLUE value IS 185 (72.66% from 255) = 34.07%
R=39.96%
G=25.97%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714118500.350.150.15325.265070.2
HexD98DB9023FF1453246
Octal331215271043171750562106
Binary1101100110001101101110010100011111111111010001011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DB9; }

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

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

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

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

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

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

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

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