#D79FBA

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

Shades of Shocking #D79FBA

Tints of Shocking #D79FBA

Color information

#D79FBA (or 0xD79FBA) is unknown color: approx Shocking. HEX triplet: D7, 9F and BA. RGB value is (215,159,186). Sum of RGB (Red+Green+Blue) = 215+159+186=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D79FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FBA is #286045. Grayscale: #B2B2B2. Windows color (decimal): -2646086 or 12230615. OLE color: 12230615.

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

Color convert

RGB215159186-
CMYK00.260.130.16
HSL331.07º41.18%73.33%-
HSV(B)331.07º26.05%84.31%-
XYZ49.2942.7952.12-
YUV178.82132.05153.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.39%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=38.39%
G=28.39%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515918600.260.130.16331.0741.1873.33
HexD79FBA01AD1014b2949
Octal327237272032152051351111
Binary1101011110011111101110100110101101100001010010111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FBA; }

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

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

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

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

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

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

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

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