#D5A2BC

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

Shades of Shocking #D5A2BC

Tints of Shocking #D5A2BC

Color information

#D5A2BC (or 0xD5A2BC) is unknown color: approx Shocking. HEX triplet: D5, A2 and BC. RGB value is (213,162,188). Sum of RGB (Red+Green+Blue) = 213+162+188=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A2BC is #2A5D43. Grayscale: #B4B4B4. Windows color (decimal): -2776388 or 12362453. OLE color: 12362453.

HSL color Cylindrical-coordinate representation of color #D5A2BC: hue angle of 329.41º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A2BC is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB213162188-
CMYK00.240.120.16
HSL329.41º37.78%73.53%-
HSV(B)329.41º23.94%83.53%-
XYZ49.4443.6253.39-
YUV180.21132.4151.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 162 (63.67% from 255) = 28.77%
BLUE value IS 188 (73.83% from 255) = 33.39%
R=37.83%
G=28.77%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316218800.240.120.16329.4137.7873.53
HexD5A2BC018C10149264a
Octal325242274030142051146112
Binary1101010110100010101111000110001100100001010010011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A2BC; }

 p { color: rgb(213,162,188); }

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

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

 a { background-color: rgb(213,162,188); }

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

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

 span { border-color: rgb(213,162,188); }

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