#D890B6

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

Shades of Shocking #D890B6

Tints of Shocking #D890B6

Color information

#D890B6 (or 0xD890B6) is unknown color: approx Shocking. HEX triplet: D8, 90 and B6. RGB value is (216,144,182). Sum of RGB (Red+Green+Blue) = 216+144+182=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D890B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890B6 is #276F49. Grayscale: #A9A9A9. Windows color (decimal): -2584394 or 11964632. OLE color: 11964632.

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

Color convert

RGB216144182-
CMYK00.330.160.15
HSL328.33º48%70.59%-
HSV(B)328.33º33.33%84.71%-
XYZ46.7437.9249.11-
YUV169.86134.85160.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.85%
GREEN value IS 144 (56.64% from 255) = 26.57%
BLUE value IS 182 (71.48% from 255) = 33.58%
R=39.85%
G=26.57%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614418200.330.160.15328.334870.59
HexD890B602110F1483047
Octal330220266041201751060107
Binary11011000100100001011011001000011000011111010010001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D890B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D890B6; }

 p { color: rgb(216,144,182); }

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

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

 a { background-color: rgb(216,144,182); }

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

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

 span { border-color: rgb(216,144,182); }

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