#D998B9

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

Shades of Shocking #D998B9

Tints of Shocking #D998B9

Color information

#D998B9 (or 0xD998B9) is unknown color: approx Shocking. HEX triplet: D9, 98 and B9. RGB value is (217,152,185). Sum of RGB (Red+Green+Blue) = 217+152+185=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D998B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998B9 is #266746. Grayscale: #AFAFAF. Windows color (decimal): -2516807 or 12163289. OLE color: 12163289.

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

Color convert

RGB217152185-
CMYK00.300.150.15
HSL329.54º46.1%72.35%-
HSV(B)329.54º29.95%85.1%-
XYZ48.640.7151.2-
YUV175.2133.53157.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 152 (59.77% from 255) = 27.44%
BLUE value IS 185 (72.66% from 255) = 33.39%
R=39.17%
G=27.44%
B=33.39%

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
Decimal21715218500.300.150.15329.5446.172.35
HexD998B901EFF14a2e48
Octal331230271036171751256110
Binary110110011001100010111001011110111111111010010101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D998B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D998B9; }

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

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

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

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

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

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

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

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