#D784B6

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

Shades of Shocking #D784B6

Tints of Shocking #D784B6

Color information

#D784B6 (or 0xD784B6) is unknown color: approx Shocking. HEX triplet: D7, 84 and B6. RGB value is (215,132,182). Sum of RGB (Red+Green+Blue) = 215+132+182=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D784B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784B6 is #287B49. Grayscale: #A2A2A2. Windows color (decimal): -2653002 or 11961559. OLE color: 11961559.

HSL color Cylindrical-coordinate representation of color #D784B6: hue angle of 323.86º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D784B6 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB215132182-
CMYK00.390.150.16
HSL323.86º50.92%68.04%-
HSV(B)323.86º38.6%84.31%-
XYZ44.7234.3348.52-
YUV162.52139165.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.64%
GREEN value IS 132 (51.95% from 255) = 24.95%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=40.64%
G=24.95%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513218200.390.150.16323.8650.9268.04
HexD784B6027F101443344
Octal327204266047172050463104
Binary11010111100001001011011001001111111100001010001001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D784B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D784B6; }

 p { color: rgb(215,132,182); }

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

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

 a { background-color: rgb(215,132,182); }

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

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

 span { border-color: rgb(215,132,182); }

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