#D884B8

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

Shades of Shocking #D884B8

Tints of Shocking #D884B8

Color information

#D884B8 (or 0xD884B8) is unknown color: approx Shocking. HEX triplet: D8, 84 and B8. RGB value is (216,132,184). Sum of RGB (Red+Green+Blue) = 216+132+184=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D884B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884B8 is #277B47. Grayscale: #A2A2A2. Windows color (decimal): -2587464 or 12092632. OLE color: 12092632.

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

Color convert

RGB216132184-
CMYK00.390.150.15
HSL322.86º51.85%68.24%-
HSV(B)322.86º38.89%84.71%-
XYZ45.2234.5649.64-
YUV163.04139.83165.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.60%
GREEN value IS 132 (51.95% from 255) = 24.81%
BLUE value IS 184 (72.27% from 255) = 34.59%
R=40.60%
G=24.81%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613218400.390.150.15322.8651.8568.24
HexD884B8027FF1433444
Octal330204270047171750364104
Binary1101100010000100101110000100111111111111010000111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D884B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D884B8; }

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

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

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

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

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

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

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

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