#D985BA

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

Shades of Shocking #D985BA

Tints of Shocking #D985BA

Color information

#D985BA (or 0xD985BA) is unknown color: approx Shocking. HEX triplet: D9, 85 and BA. RGB value is (217,133,186). Sum of RGB (Red+Green+Blue) = 217+133+186=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D985BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985BA is #267A45. Grayscale: #A4A4A4. Windows color (decimal): -2521670 or 12223961. OLE color: 12223961.

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

Color convert

RGB217133186-
CMYK00.390.140.15
HSL322.14º52.5%68.63%-
HSV(B)322.14º38.71%85.1%-
XYZ45.8735.0750.81-
YUV164.16140.33165.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=40.49%
G=24.81%
B=34.70%

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
Decimal21713318600.390.140.15322.1452.568.63
HexD985BA027EF1423445
Octal331205272047161750264105
Binary1101100110000101101110100100111111011111010000101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985BA; }

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

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

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

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

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

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

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

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