#D98DB5

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

Shades of Shocking #D98DB5

Tints of Shocking #D98DB5

Color information

#D98DB5 (or 0xD98DB5) is unknown color: approx Shocking. HEX triplet: D9, 8D and B5. RGB value is (217,141,181). Sum of RGB (Red+Green+Blue) = 217+141+181=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DB5 is #26724A. Grayscale: #A8A8A8. Windows color (decimal): -2519627 or 11898329. OLE color: 11898329.

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

Color convert

RGB217141181-
CMYK00.350.170.15
HSL328.42º50%70.2%-
HSV(B)328.42º35.02%85.1%-
XYZ46.4837.1448.43-
YUV168.28135.18162.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 141 (55.47% from 255) = 26.16%
BLUE value IS 181 (71.09% from 255) = 33.58%
R=40.26%
G=26.16%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714118100.350.170.15328.425070.2
HexD98DB502311F1483246
Octal331215265043211751062106
Binary11011001100011011011010101000111000111111010010001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DB5; }

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

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

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

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

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

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

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

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