#D789B8

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

Shades of Shocking #D789B8

Tints of Shocking #D789B8

Color information

#D789B8 (or 0xD789B8) is unknown color: approx Shocking. HEX triplet: D7, 89 and B8. RGB value is (215,137,184). Sum of RGB (Red+Green+Blue) = 215+137+184=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D789B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D789B8 is #287647. Grayscale: #A5A5A5. Windows color (decimal): -2651720 or 12093911. OLE color: 12093911.

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

Color convert

RGB215137184-
CMYK00.360.140.16
HSL323.85º49.37%69.02%-
HSV(B)323.85º36.28%84.31%-
XYZ45.6235.849.85-
YUV165.68138.34163.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.11%
GREEN value IS 137 (53.91% from 255) = 25.56%
BLUE value IS 184 (72.27% from 255) = 34.33%
R=40.11%
G=25.56%
B=34.33%

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
Decimal21513718400.360.140.16323.8549.3769.02
HexD789B8024E101443145
Octal327211270044162050461105
Binary11010111100010011011100001001001110100001010001001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D789B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D789B8; }

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

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

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

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

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

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

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

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