#D889C1

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

Shades of Shocking #D889C1

Tints of Shocking #D889C1

Color information

#D889C1 (or 0xD889C1) is unknown color: approx Shocking. HEX triplet: D8, 89 and C1. RGB value is (216,137,193). Sum of RGB (Red+Green+Blue) = 216+137+193=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D889C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889C1 is #27763E. Grayscale: #A6A6A6. Windows color (decimal): -2586175 or 12683736. OLE color: 12683736.

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

Color convert

RGB216137193-
CMYK00.370.110.15
HSL317.47º50.32%69.22%-
HSV(B)317.47º36.57%84.71%-
XYZ46.8936.3455-
YUV167142.67162.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 137 (53.91% from 255) = 25.09%
BLUE value IS 193 (75.78% from 255) = 35.35%
R=39.56%
G=25.09%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613719300.370.110.15317.4750.3269.22
HexD889C1025BF13d3245
Octal330211301045131747562105
Binary1101100010001001110000010100101101111111001111011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D889C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D889C1; }

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

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

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

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

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

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

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

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