#D8A2BD

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

Shades of Shocking #D8A2BD

Tints of Shocking #D8A2BD

Color information

#D8A2BD (or 0xD8A2BD) is unknown color: approx Shocking. HEX triplet: D8, A2 and BD. RGB value is (216,162,189). Sum of RGB (Red+Green+Blue) = 216+162+189=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A2BD is #275D42. Grayscale: #B5B5B5. Windows color (decimal): -2579779 or 12427992. OLE color: 12427992.

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

Color convert

RGB216162189-
CMYK00.250.120.15
HSL330º40.91%74.12%-
HSV(B)330º25%84.71%-
XYZ50.4244.1154-
YUV181.22132.39152.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.10%
GREEN value IS 162 (63.67% from 255) = 28.57%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=38.10%
G=28.57%
B=33.33%

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
Decimal21616218900.250.120.1533040.9174.12
HexD8A2BD019CF14a294a
Octal330242275031141751251112
Binary110110001010001010111101011001110011111010010101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A2BD; }

 p { color: rgb(216,162,189); }

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

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

 a { background-color: rgb(216,162,189); }

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

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

 span { border-color: rgb(216,162,189); }

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