#D889BE

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

Shades of Shocking #D889BE

Tints of Shocking #D889BE

Color information

#D889BE (or 0xD889BE) is unknown color: approx Shocking. HEX triplet: D8, 89 and BE. RGB value is (216,137,190). Sum of RGB (Red+Green+Blue) = 216+137+190=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D889BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889BE is #277641. Grayscale: #A6A6A6. Windows color (decimal): -2586178 or 12487128. OLE color: 12487128.

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

Color convert

RGB216137190-
CMYK00.370.120.15
HSL319.75º50.32%69.22%-
HSV(B)319.75º36.57%84.71%-
XYZ46.5636.2153.25-
YUV166.66141.17163.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.78%
GREEN value IS 137 (53.91% from 255) = 25.23%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=39.78%
G=25.23%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613719000.370.120.15319.7550.3269.22
HexD889BE025CF1403245
Octal330211276045141750062105
Binary1101100010001001101111100100101110011111010000001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D889BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D889BE; }

 p { color: rgb(216,137,190); }

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

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

 a { background-color: rgb(216,137,190); }

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

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

 span { border-color: rgb(216,137,190); }

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