#D784BA

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

Shades of Shocking #D784BA

Tints of Shocking #D784BA

Color information

#D784BA (or 0xD784BA) is unknown color: approx Shocking. HEX triplet: D7, 84 and BA. RGB value is (215,132,186). Sum of RGB (Red+Green+Blue) = 215+132+186=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D784BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784BA is #287B45. Grayscale: #A2A2A2. Windows color (decimal): -2652998 or 12223703. OLE color: 12223703.

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

Color convert

RGB215132186-
CMYK00.390.130.16
HSL320.96º50.92%68.04%-
HSV(B)320.96º38.6%84.31%-
XYZ45.1434.4950.73-
YUV162.97141165.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.34%
GREEN value IS 132 (51.95% from 255) = 24.77%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=40.34%
G=24.77%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513218600.390.130.16320.9650.9268.04
HexD784BA027D101413344
Octal327204272047152050163104
Binary11010111100001001011101001001111101100001010000011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D784BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D784BA; }

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

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

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

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

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

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

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

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