#D789BC

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

Shades of Shocking #D789BC

Tints of Shocking #D789BC

Color information

#D789BC (or 0xD789BC) is unknown color: approx Shocking. HEX triplet: D7, 89 and BC. RGB value is (215,137,188). Sum of RGB (Red+Green+Blue) = 215+137+188=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D789BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789BC is #287643. Grayscale: #A6A6A6. Windows color (decimal): -2651716 or 12356055. OLE color: 12356055.

HSL color Cylindrical-coordinate representation of color #D789BC: hue angle of 320.77º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D789BC is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215137188-
CMYK00.360.130.16
HSL320.77º49.37%69.02%-
HSV(B)320.77º36.28%84.31%-
XYZ46.0535.9752.09-
YUV166.14140.34162.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.81%
GREEN value IS 137 (53.91% from 255) = 25.37%
BLUE value IS 188 (73.83% from 255) = 34.81%
R=39.81%
G=25.37%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513718800.360.130.16320.7749.3769.02
HexD789BC024D101413145
Octal327211274044152050161105
Binary11010111100010011011110001001001101100001010000011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D789BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D789BC; }

 p { color: rgb(215,137,188); }

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

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

 a { background-color: rgb(215,137,188); }

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

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

 span { border-color: rgb(215,137,188); }

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