#D98CB9

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

Shades of Shocking #D98CB9

Tints of Shocking #D98CB9

Color information

#D98CB9 (or 0xD98CB9) is unknown color: approx Shocking. HEX triplet: D9, 8C and B9. RGB value is (217,140,185). Sum of RGB (Red+Green+Blue) = 217+140+185=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98CB9 is #267346. Grayscale: #A8A8A8. Windows color (decimal): -2519879 or 12160217. OLE color: 12160217.

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

Color convert

RGB217140185-
CMYK00.350.150.15
HSL324.94º50.33%70%-
HSV(B)324.94º35.48%85.1%-
XYZ46.7537.0150.58-
YUV168.15137.51162.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.04%
GREEN value IS 140 (55.08% from 255) = 25.83%
BLUE value IS 185 (72.66% from 255) = 34.13%
R=40.04%
G=25.83%
B=34.13%

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
Decimal21714018500.350.150.15324.9450.3370
HexD98CB9023FF1453246
Octal331214271043171750562106
Binary1101100110001100101110010100011111111111010001011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98CB9; }

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

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

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

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

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

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

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

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