#D79AB7

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

Shades of Shocking #D79AB7

Tints of Shocking #D79AB7

Color information

#D79AB7 (or 0xD79AB7) is unknown color: approx Shocking. HEX triplet: D7, 9A and B7. RGB value is (215,154,183). Sum of RGB (Red+Green+Blue) = 215+154+183=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79AB7 is #286548. Grayscale: #AFAFAF. Windows color (decimal): -2647369 or 12032727. OLE color: 12032727.

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

Color convert

RGB215154183-
CMYK00.280.150.16
HSL331.48º43.26%72.35%-
HSV(B)331.48º28.37%84.31%-
XYZ48.1340.9850.17-
YUV175.54132.21156.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 183 (71.88% from 255) = 33.15%
R=38.95%
G=27.90%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515418300.280.150.16331.4843.2672.35
HexD79AB701CF1014b2b48
Octal327232267034172051353110
Binary1101011110011010101101110111001111100001010010111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79AB7; }

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

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

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

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

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

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

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

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