#D894BD

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

Shades of Shocking #D894BD

Tints of Shocking #D894BD

Color information

#D894BD (or 0xD894BD) is unknown color: approx Shocking. HEX triplet: D8, 94 and BD. RGB value is (216,148,189). Sum of RGB (Red+Green+Blue) = 216+148+189=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D894BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894BD is #276B42. Grayscale: #ACACAC. Windows color (decimal): -2583363 or 12424408. OLE color: 12424408.

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

Color convert

RGB216148189-
CMYK00.310.120.15
HSL323.82º46.58%71.37%-
HSV(B)323.82º31.48%84.71%-
XYZ48.0939.4553.22-
YUV173.01137.03158.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 148 (58.20% from 255) = 26.76%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=39.06%
G=26.76%
B=34.18%

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
Decimal21614818900.310.120.15323.8246.5871.37
HexD894BD01FCF1442f47
Octal330224275037141750457107
Binary110110001001010010111101011111110011111010001001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D894BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D894BD; }

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

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

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

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

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

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

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

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