#D79AC1

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

Shades of Shocking #D79AC1

Tints of Shocking #D79AC1

Color information

#D79AC1 (or 0xD79AC1) is unknown color: approx Shocking. HEX triplet: D7, 9A and C1. RGB value is (215,154,193). Sum of RGB (Red+Green+Blue) = 215+154+193=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79AC1 is #28653E. Grayscale: #B0B0B0. Windows color (decimal): -2647359 or 12688087. OLE color: 12688087.

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

Color convert

RGB215154193-
CMYK00.280.100.16
HSL321.64º43.26%72.35%-
HSV(B)321.64º28.37%84.31%-
XYZ49.2141.4155.85-
YUV176.68137.21155.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.26%
GREEN value IS 154 (60.55% from 255) = 27.40%
BLUE value IS 193 (75.78% from 255) = 34.34%
R=38.26%
G=27.40%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515419300.280.100.16321.6443.2672.35
HexD79AC101CA101422b48
Octal327232301034122050253110
Binary1101011110011010110000010111001010100001010000101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79AC1; }

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

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

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

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

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

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

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

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