#D79ABF

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

Shades of Shocking #D79ABF

Tints of Shocking #D79ABF

Color information

#D79ABF (or 0xD79ABF) is unknown color: approx Shocking. HEX triplet: D7, 9A and BF. RGB value is (215,154,191). Sum of RGB (Red+Green+Blue) = 215+154+191=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D79ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79ABF is #286540. Grayscale: #B0B0B0. Windows color (decimal): -2647361 or 12557015. OLE color: 12557015.

HSL color Cylindrical-coordinate representation of color #D79ABF: hue angle of 323.61º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79ABF is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB215154191-
CMYK00.280.110.16
HSL323.61º43.26%72.35%-
HSV(B)323.61º28.37%84.31%-
XYZ48.9841.3254.68-
YUV176.46136.21155.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.39%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 191 (75% from 255) = 34.11%
R=38.39%
G=27.5%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515419100.280.110.16323.6143.2672.35
HexD79ABF01CB101442b48
Octal327232277034132050453110
Binary1101011110011010101111110111001011100001010001001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79ABF; }

 p { color: rgb(215,154,191); }

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

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

 a { background-color: rgb(215,154,191); }

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

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

 span { border-color: rgb(215,154,191); }

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