#D8A1BE

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

Shades of Shocking #D8A1BE

Tints of Shocking #D8A1BE

Color information

#D8A1BE (or 0xD8A1BE) is unknown color: approx Shocking. HEX triplet: D8, A1 and BE. RGB value is (216,161,190). Sum of RGB (Red+Green+Blue) = 216+161+190=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1BE is #275E41. Grayscale: #B4B4B4. Windows color (decimal): -2580034 or 12493272. OLE color: 12493272.

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

Color convert

RGB216161190-
CMYK00.250.120.15
HSL328.36º41.35%73.92%-
HSV(B)328.36º25.46%84.71%-
XYZ50.3643.8154.52-
YUV180.75133.22153.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.10%
GREEN value IS 161 (63.28% from 255) = 28.40%
BLUE value IS 190 (74.61% from 255) = 33.51%
R=38.10%
G=28.40%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616119000.250.120.15328.3641.3573.92
HexD8A1BE019CF148294a
Octal330241276031141751051112
Binary110110001010000110111110011001110011111010010001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A1BE; }

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

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

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

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

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

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

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

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