#D789BA

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

Shades of Shocking #D789BA

Tints of Shocking #D789BA

Color information

#D789BA (or 0xD789BA) is unknown color: approx Shocking. HEX triplet: D7, 89 and BA. RGB value is (215,137,186). Sum of RGB (Red+Green+Blue) = 215+137+186=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D789BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789BA is #287645. Grayscale: #A5A5A5. Windows color (decimal): -2651718 or 12224983. OLE color: 12224983.

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

Color convert

RGB215137186-
CMYK00.360.130.16
HSL322.31º49.37%69.02%-
HSV(B)322.31º36.28%84.31%-
XYZ45.8335.8850.96-
YUV165.91139.34163.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.96%
GREEN value IS 137 (53.91% from 255) = 25.46%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=39.96%
G=25.46%
B=34.57%

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
Decimal21513718600.360.130.16322.3149.3769.02
HexD789BA024D101423145
Octal327211272044152050261105
Binary11010111100010011011101001001001101100001010000101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D789BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D789BA; }

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

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

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

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

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

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

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

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