#D998B8

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

Shades of Shocking #D998B8

Tints of Shocking #D998B8

Color information

#D998B8 (or 0xD998B8) is unknown color: approx Shocking. HEX triplet: D9, 98 and B8. RGB value is (217,152,184). Sum of RGB (Red+Green+Blue) = 217+152+184=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D998B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998B8 is #266747. Grayscale: #AFAFAF. Windows color (decimal): -2516808 or 12097753. OLE color: 12097753.

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

Color convert

RGB217152184-
CMYK00.300.150.15
HSL330.46º46.1%72.35%-
HSV(B)330.46º29.95%85.1%-
XYZ48.540.6750.64-
YUV175.08133.03157.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 152 (59.77% from 255) = 27.49%
BLUE value IS 184 (72.27% from 255) = 33.27%
R=39.24%
G=27.49%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715218400.300.150.15330.4646.172.35
HexD998B801EFF14a2e48
Octal331230270036171751256110
Binary110110011001100010111000011110111111111010010101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D998B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D998B8; }

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

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

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

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

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

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

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

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