#D998BC

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

Shades of Shocking #D998BC

Tints of Shocking #D998BC

Color information

#D998BC (or 0xD998BC) is unknown color: approx Shocking. HEX triplet: D9, 98 and BC. RGB value is (217,152,188). Sum of RGB (Red+Green+Blue) = 217+152+188=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D998BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998BC is #266743. Grayscale: #AFAFAF. Windows color (decimal): -2516804 or 12359897. OLE color: 12359897.

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

Color convert

RGB217152188-
CMYK00.300.130.15
HSL326.77º46.1%72.35%-
HSV(B)326.77º29.95%85.1%-
XYZ48.9240.8452.88-
YUV175.54135.03157.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 152 (59.77% from 255) = 27.29%
BLUE value IS 188 (73.83% from 255) = 33.75%
R=38.96%
G=27.29%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715218800.300.130.15326.7746.172.35
HexD998BC01EDF1472e48
Octal331230274036151750756110
Binary110110011001100010111100011110110111111010001111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D998BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D998BC; }

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

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

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

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

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

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

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

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