#D8A1C1

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

Shades of Shocking #D8A1C1

Tints of Shocking #D8A1C1

Color information

#D8A1C1 (or 0xD8A1C1) is unknown color: approx Shocking. HEX triplet: D8, A1 and C1. RGB value is (216,161,193). Sum of RGB (Red+Green+Blue) = 216+161+193=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1C1 is #275E3E. Grayscale: #B5B5B5. Windows color (decimal): -2580031 or 12689880. OLE color: 12689880.

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

Color convert

RGB216161193-
CMYK00.250.110.15
HSL325.09º41.35%73.92%-
HSV(B)325.09º25.46%84.71%-
XYZ50.6943.9456.26-
YUV181.09134.72152.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.89%
GREEN value IS 161 (63.28% from 255) = 28.25%
BLUE value IS 193 (75.78% from 255) = 33.86%
R=37.89%
G=28.25%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616119300.250.110.15325.0941.3573.92
HexD8A1C1019BF145294a
Octal330241301031131750551112
Binary110110001010000111000001011001101111111010001011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A1C1; }

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

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

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

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

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

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

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

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