#D98DB7

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

Shades of Shocking #D98DB7

Tints of Shocking #D98DB7

Color information

#D98DB7 (or 0xD98DB7) is unknown color: approx Shocking. HEX triplet: D9, 8D and B7. RGB value is (217,141,183). Sum of RGB (Red+Green+Blue) = 217+141+183=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DB7 is #267248. Grayscale: #A8A8A8. Windows color (decimal): -2519625 or 12029401. OLE color: 12029401.

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

Color convert

RGB217141183-
CMYK00.350.160.15
HSL326.84º50%70.2%-
HSV(B)326.84º35.02%85.1%-
XYZ46.6937.2249.52-
YUV168.51136.18162.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.11%
GREEN value IS 141 (55.47% from 255) = 26.06%
BLUE value IS 183 (71.88% from 255) = 33.83%
R=40.11%
G=26.06%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714118300.350.160.15326.845070.2
HexD98DB702310F1473246
Octal331215267043201750762106
Binary11011001100011011011011101000111000011111010001111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DB7; }

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

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

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

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

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

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

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

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