#D985BB

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

Shades of Shocking #D985BB

Tints of Shocking #D985BB

Color information

#D985BB (or 0xD985BB) is unknown color: approx Shocking. HEX triplet: D9, 85 and BB. RGB value is (217,133,187). Sum of RGB (Red+Green+Blue) = 217+133+187=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D985BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985BB is #267A44. Grayscale: #A4A4A4. Windows color (decimal): -2521669 or 12289497. OLE color: 12289497.

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

Color convert

RGB217133187-
CMYK00.390.140.15
HSL321.43º52.5%68.63%-
HSV(B)321.43º38.71%85.1%-
XYZ45.9735.1151.37-
YUV164.27140.83165.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.41%
GREEN value IS 133 (52.34% from 255) = 24.77%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=40.41%
G=24.77%
B=34.82%

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
Decimal21713318700.390.140.15321.4352.568.63
HexD985BB027EF1413445
Octal331205273047161750164105
Binary1101100110000101101110110100111111011111010000011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985BB; }

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

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

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

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

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

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

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

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