#D895BD

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

Shades of Shocking #D895BD

Tints of Shocking #D895BD

Color information

#D895BD (or 0xD895BD) is unknown color: approx Shocking. HEX triplet: D8, 95 and BD. RGB value is (216,149,189). Sum of RGB (Red+Green+Blue) = 216+149+189=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D895BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895BD is #276A42. Grayscale: #ADADAD. Windows color (decimal): -2583107 or 12424664. OLE color: 12424664.

HSL color Cylindrical-coordinate representation of color #D895BD: hue angle of 324.18º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D895BD is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216149189-
CMYK00.310.120.15
HSL324.18º46.21%71.57%-
HSV(B)324.18º31.02%84.71%-
XYZ48.2539.7753.28-
YUV173.59136.7158.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=38.99%
G=26.90%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614918900.310.120.15324.1846.2171.57
HexD895BD01FCF1442e48
Octal330225275037141750456110
Binary110110001001010110111101011111110011111010001001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D895BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D895BD; }

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

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

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

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

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

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

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

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