#D789B9

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

Shades of Shocking #D789B9

Tints of Shocking #D789B9

Color information

#D789B9 (or 0xD789B9) is unknown color: approx Shocking. HEX triplet: D7, 89 and B9. RGB value is (215,137,185). Sum of RGB (Red+Green+Blue) = 215+137+185=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D789B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789B9 is #287646. Grayscale: #A5A5A5. Windows color (decimal): -2651719 or 12159447. OLE color: 12159447.

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

Color convert

RGB215137185-
CMYK00.360.140.16
HSL323.08º49.37%69.02%-
HSV(B)323.08º36.28%84.31%-
XYZ45.7335.8450.41-
YUV165.79138.84163.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.04%
GREEN value IS 137 (53.91% from 255) = 25.51%
BLUE value IS 185 (72.66% from 255) = 34.45%
R=40.04%
G=25.51%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513718500.360.140.16323.0849.3769.02
HexD789B9024E101433145
Octal327211271044162050361105
Binary11010111100010011011100101001001110100001010000111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D789B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D789B9; }

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

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

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

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

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

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

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

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