#D998C5

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

Shades of Shocking #D998C5

Tints of Shocking #D998C5

Color information

#D998C5 (or 0xD998C5) is unknown color: approx Shocking. HEX triplet: D9, 98 and C5. RGB value is (217,152,197). Sum of RGB (Red+Green+Blue) = 217+152+197=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D998C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998C5 is #26673A. Grayscale: #B0B0B0. Windows color (decimal): -2516795 or 12949721. OLE color: 12949721.

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

Color convert

RGB217152197-
CMYK00.300.090.15
HSL318.46º46.1%72.35%-
HSV(B)318.46º29.95%85.1%-
XYZ49.9241.2458.15-
YUV176.56139.53156.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.34%
GREEN value IS 152 (59.77% from 255) = 26.86%
BLUE value IS 197 (77.34% from 255) = 34.81%
R=38.34%
G=26.86%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715219700.300.090.15318.4646.172.35
HexD998C501E9F13e2e48
Octal331230305036111747656110
Binary110110011001100011000101011110100111111001111101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D998C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D998C5; }

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

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

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

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

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

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

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

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