#D994BB

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

Shades of Shocking #D994BB

Tints of Shocking #D994BB

Color information

#D994BB (or 0xD994BB) is unknown color: approx Shocking. HEX triplet: D9, 94 and BB. RGB value is (217,148,187). Sum of RGB (Red+Green+Blue) = 217+148+187=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D994BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994BB is #266B44. Grayscale: #ACACAC. Windows color (decimal): -2517829 or 12293337. OLE color: 12293337.

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

Color convert

RGB217148187-
CMYK00.320.140.15
HSL326.09º47.59%71.57%-
HSV(B)326.09º31.8%85.1%-
XYZ48.1739.5252.1-
YUV173.08135.86159.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.31%
GREEN value IS 148 (58.20% from 255) = 26.81%
BLUE value IS 187 (73.44% from 255) = 33.88%
R=39.31%
G=26.81%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714818700.320.140.15326.0947.5971.57
HexD994BB020EF1463048
Octal331224273040161750660110
Binary1101100110010100101110110100000111011111010001101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994BB; }

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

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

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

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

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

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

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

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