#D984BB

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

Shades of Shocking #D984BB

Tints of Shocking #D984BB

Color information

#D984BB (or 0xD984BB) is unknown color: approx Shocking. HEX triplet: D9, 84 and BB. RGB value is (217,132,187). Sum of RGB (Red+Green+Blue) = 217+132+187=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D984BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984BB is #267B44. Grayscale: #A3A3A3. Windows color (decimal): -2521925 or 12289241. OLE color: 12289241.

HSL color Cylindrical-coordinate representation of color #D984BB: hue angle of 321.18º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D984BB is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217132187-
CMYK00.390.140.15
HSL321.18º52.8%68.43%-
HSV(B)321.18º39.17%85.1%-
XYZ45.8434.8451.32-
YUV163.68141.16166.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=40.49%
G=24.63%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713218700.390.140.15321.1852.868.43
HexD984BB027EF1413544
Octal331204273047161750165104
Binary1101100110000100101110110100111111011111010000011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984BB; }

 p { color: rgb(217,132,187); }

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

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

 a { background-color: rgb(217,132,187); }

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

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

 span { border-color: rgb(217,132,187); }

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