#D998BF

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

Shades of Shocking #D998BF

Tints of Shocking #D998BF

Color information

#D998BF (or 0xD998BF) is unknown color: approx Shocking. HEX triplet: D9, 98 and BF. RGB value is (217,152,191). Sum of RGB (Red+Green+Blue) = 217+152+191=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D998BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998BF is #266740. Grayscale: #AFAFAF. Windows color (decimal): -2516801 or 12556505. OLE color: 12556505.

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

Color convert

RGB217152191-
CMYK00.300.120.15
HSL324º46.1%72.35%-
HSV(B)324º29.95%85.1%-
XYZ49.2540.9754.6-
YUV175.88136.53157.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 152 (59.77% from 255) = 27.14%
BLUE value IS 191 (75% from 255) = 34.11%
R=38.75%
G=27.14%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715219100.300.120.1532446.172.35
HexD998BF01ECF1442e48
Octal331230277036141750456110
Binary110110011001100010111111011110110011111010001001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D998BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D998BF; }

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

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

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

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

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

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

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

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