#D884BC

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

Shades of Shocking #D884BC

Tints of Shocking #D884BC

Color information

#D884BC (or 0xD884BC) is unknown color: approx Shocking. HEX triplet: D8, 84 and BC. RGB value is (216,132,188). Sum of RGB (Red+Green+Blue) = 216+132+188=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D884BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884BC is #277B43. Grayscale: #A3A3A3. Windows color (decimal): -2587460 or 12354776. OLE color: 12354776.

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

Color convert

RGB216132188-
CMYK00.390.130.15
HSL320º51.85%68.24%-
HSV(B)320º38.89%84.71%-
XYZ45.6534.7351.88-
YUV163.5141.83165.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.30%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 188 (73.83% from 255) = 35.07%
R=40.30%
G=24.63%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613218800.390.130.1532051.8568.24
HexD884BC027DF1403444
Octal330204274047151750064104
Binary1101100010000100101111000100111110111111010000001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D884BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D884BC; }

 p { color: rgb(216,132,188); }

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

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

 a { background-color: rgb(216,132,188); }

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

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

 span { border-color: rgb(216,132,188); }

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