#D79DB9

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

Shades of Shocking #D79DB9

Tints of Shocking #D79DB9

Color information

#D79DB9 (or 0xD79DB9) is unknown color: approx Shocking. HEX triplet: D7, 9D and B9. RGB value is (215,157,185). Sum of RGB (Red+Green+Blue) = 215+157+185=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 215 - color contains mainly: red. Hex color #D79DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79DB9 is #286246. Grayscale: #B1B1B1. Windows color (decimal): -2646599 or 12164567. OLE color: 12164567.

HSL color Cylindrical-coordinate representation of color #D79DB9: hue angle of 331.03º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79DB9 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB215157185-
CMYK00.270.140.16
HSL331.03º42.03%72.94%-
HSV(B)331.03º26.98%84.31%-
XYZ48.8442.0651.44-
YUV177.53132.22154.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.60%
GREEN value IS 157 (61.72% from 255) = 28.19%
BLUE value IS 185 (72.66% from 255) = 33.21%
R=38.60%
G=28.19%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515718500.270.140.16331.0342.0372.94
HexD79DB901BE1014b2a49
Octal327235271033162051352111
Binary1101011110011101101110010110111110100001010010111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79DB9; }

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

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

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

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

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

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

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

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