#D79ABA

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

Shades of Shocking #D79ABA

Tints of Shocking #D79ABA

Color information

#D79ABA (or 0xD79ABA) is unknown color: approx Shocking. HEX triplet: D7, 9A and BA. RGB value is (215,154,186). Sum of RGB (Red+Green+Blue) = 215+154+186=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D79ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79ABA is #286545. Grayscale: #AFAFAF. Windows color (decimal): -2647366 or 12229335. OLE color: 12229335.

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

Color convert

RGB215154186-
CMYK00.280.130.16
HSL328.52º43.26%72.35%-
HSV(B)328.52º28.37%84.31%-
XYZ48.4441.151.83-
YUV175.89133.71155.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 154 (60.55% from 255) = 27.75%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=38.74%
G=27.75%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515418600.280.130.16328.5243.2672.35
HexD79ABA01CD101492b48
Octal327232272034152051153110
Binary1101011110011010101110100111001101100001010010011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79ABA; }

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

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

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

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

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

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

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

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