#D984BE

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

Shades of Shocking #D984BE

Tints of Shocking #D984BE

Color information

#D984BE (or 0xD984BE) is unknown color: approx Shocking. HEX triplet: D9, 84 and BE. RGB value is (217,132,190). Sum of RGB (Red+Green+Blue) = 217+132+190=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D984BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984BE is #267B41. Grayscale: #A3A3A3. Windows color (decimal): -2521922 or 12485849. OLE color: 12485849.

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

Color convert

RGB217132190-
CMYK00.390.120.15
HSL319.06º52.8%68.43%-
HSV(B)319.06º39.17%85.1%-
XYZ46.1634.9753.03-
YUV164.03142.66165.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=40.26%
G=24.49%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713219000.390.120.15319.0652.868.43
HexD984BE027CF13f3544
Octal331204276047141747765104
Binary1101100110000100101111100100111110011111001111111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984BE; }

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

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

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

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

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

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

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

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