#D98DBB

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

Shades of Shocking #D98DBB

Tints of Shocking #D98DBB

Color information

#D98DBB (or 0xD98DBB) is unknown color: approx Shocking. HEX triplet: D9, 8D and BB. RGB value is (217,141,187). Sum of RGB (Red+Green+Blue) = 217+141+187=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DBB is #267244. Grayscale: #A8A8A8. Windows color (decimal): -2519621 or 12291545. OLE color: 12291545.

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

Color convert

RGB217141187-
CMYK00.350.140.15
HSL323.68º50%70.2%-
HSV(B)323.68º35.02%85.1%-
XYZ47.1137.3951.75-
YUV168.97138.18162.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=39.82%
G=25.87%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714118700.350.140.15323.685070.2
HexD98DBB023EF1443246
Octal331215273043161750462106
Binary1101100110001101101110110100011111011111010001001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DBB; }

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

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

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

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

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

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

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

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