#D889BA

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

Shades of Shocking #D889BA

Tints of Shocking #D889BA

Color information

#D889BA (or 0xD889BA) is unknown color: approx Shocking. HEX triplet: D8, 89 and BA. RGB value is (216,137,186). Sum of RGB (Red+Green+Blue) = 216+137+186=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D889BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889BA is #277645. Grayscale: #A6A6A6. Windows color (decimal): -2586182 or 12224984. OLE color: 12224984.

HSL color Cylindrical-coordinate representation of color #D889BA: hue angle of 322.78º 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 #D889BA is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216137186-
CMYK00.370.140.15
HSL322.78º50.32%69.22%-
HSV(B)322.78º36.57%84.71%-
XYZ46.1336.0450.98-
YUV166.21139.17163.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.07%
GREEN value IS 137 (53.91% from 255) = 25.42%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=40.07%
G=25.42%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613718600.370.140.15322.7850.3269.22
HexD889BA025EF1433245
Octal330211272045161750362105
Binary1101100010001001101110100100101111011111010000111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D889BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D889BA; }

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

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

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

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

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

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

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

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