#D98EB6

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

Shades of Shocking #D98EB6

Tints of Shocking #D98EB6

Color information

#D98EB6 (or 0xD98EB6) is unknown color: approx Shocking. HEX triplet: D9, 8E and B6. RGB value is (217,142,182). Sum of RGB (Red+Green+Blue) = 217+142+182=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D98EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98EB6 is #267149. Grayscale: #A8A8A8. Windows color (decimal): -2519370 or 11964121. OLE color: 11964121.

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

Color convert

RGB217142182-
CMYK00.350.160.15
HSL328º49.67%70.39%-
HSV(B)328º34.56%85.1%-
XYZ46.7337.4849.03-
YUV168.98135.35162.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.11%
GREEN value IS 142 (55.86% from 255) = 26.25%
BLUE value IS 182 (71.48% from 255) = 33.64%
R=40.11%
G=26.25%
B=33.64%

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
Decimal21714218200.350.160.1532849.6770.39
HexD98EB602310F1483246
Octal331216266043201751062106
Binary11011001100011101011011001000111000011111010010001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98EB6; }

 p { color: rgb(217,142,182); }

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

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

 a { background-color: rgb(217,142,182); }

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

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

 span { border-color: rgb(217,142,182); }

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