#D890BC

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

Shades of Shocking #D890BC

Tints of Shocking #D890BC

Color information

#D890BC (or 0xD890BC) is unknown color: approx Shocking. HEX triplet: D8, 90 and BC. RGB value is (216,144,188). Sum of RGB (Red+Green+Blue) = 216+144+188=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D890BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890BC is #276F43. Grayscale: #AAAAAA. Windows color (decimal): -2584388 or 12357848. OLE color: 12357848.

HSL color Cylindrical-coordinate representation of color #D890BC: hue angle of 323.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 #D890BC is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB216144188-
CMYK00.330.130.15
HSL323.33º48%70.59%-
HSV(B)323.33º33.33%84.71%-
XYZ47.3738.1852.45-
YUV170.54137.85160.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.42%
GREEN value IS 144 (56.64% from 255) = 26.28%
BLUE value IS 188 (73.83% from 255) = 34.31%
R=39.42%
G=26.28%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614418800.330.130.15323.334870.59
HexD890BC021DF1433047
Octal330220274041151750360107
Binary1101100010010000101111000100001110111111010000111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D890BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D890BC; }

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

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

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

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

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

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

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

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