#D8A4C1

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

Shades of Shocking #D8A4C1

Tints of Shocking #D8A4C1

Color information

#D8A4C1 (or 0xD8A4C1) is unknown color: approx Shocking. HEX triplet: D8, A4 and C1. RGB value is (216,164,193). Sum of RGB (Red+Green+Blue) = 216+164+193=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A4C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A4C1 is #275B3E. Grayscale: #B6B6B6. Windows color (decimal): -2579263 or 12690648. OLE color: 12690648.

HSL color Cylindrical-coordinate representation of color #D8A4C1: hue angle of 326.54º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8A4C1 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB216164193-
CMYK00.240.110.15
HSL326.54º40%74.51%-
HSV(B)326.54º24.07%84.71%-
XYZ51.224556.44-
YUV182.85133.73151.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.70%
GREEN value IS 164 (64.45% from 255) = 28.62%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=37.70%
G=28.62%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616419300.240.110.15326.544074.51
HexD8A4C1018BF147284b
Octal330244301030131750750113
Binary110110001010010011000001011000101111111010001111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A4C1; }

 p { color: rgb(216,164,193); }

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

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

 a { background-color: rgb(216,164,193); }

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

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

 span { border-color: rgb(216,164,193); }

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