#D998C7

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

Shades of Shocking #D998C7

Tints of Shocking #D998C7

Color information

#D998C7 (or 0xD998C7) is unknown color: approx Shocking. HEX triplet: D9, 98 and C7. RGB value is (217,152,199). Sum of RGB (Red+Green+Blue) = 217+152+199=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D998C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998C7 is #266738. Grayscale: #B0B0B0. Windows color (decimal): -2516793 or 13080793. OLE color: 13080793.

HSL color Cylindrical-coordinate representation of color #D998C7: hue angle of 316.62º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D998C7 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB217152199-
CMYK00.300.080.15
HSL316.62º46.1%72.35%-
HSV(B)316.62º29.95%85.1%-
XYZ50.1541.3359.37-
YUV176.79140.53156.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 152 (59.77% from 255) = 26.76%
BLUE value IS 199 (78.12% from 255) = 35.04%
R=38.20%
G=26.76%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715219900.300.080.15316.6246.172.35
HexD998C701E8F13d2e48
Octal331230307036101747556110
Binary110110011001100011000111011110100011111001111011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D998C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D998C7; }

 p { color: rgb(217,152,199); }

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

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

 a { background-color: rgb(217,152,199); }

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

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

 span { border-color: rgb(217,152,199); }

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