#D889C4

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

Shades of Shocking #D889C4

Tints of Shocking #D889C4

Color information

#D889C4 (or 0xD889C4) is unknown color: approx Shocking. HEX triplet: D8, 89 and C4. RGB value is (216,137,196). Sum of RGB (Red+Green+Blue) = 216+137+196=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D889C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889C4 is #27763B. Grayscale: #A7A7A7. Windows color (decimal): -2586172 or 12880344. OLE color: 12880344.

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

Color convert

RGB216137196-
CMYK00.370.090.15
HSL315.19º50.32%69.22%-
HSV(B)315.19º36.57%84.71%-
XYZ47.2336.4856.78-
YUV167.35144.17162.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.34%
GREEN value IS 137 (53.91% from 255) = 24.95%
BLUE value IS 196 (76.95% from 255) = 35.70%
R=39.34%
G=24.95%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613719600.370.090.15315.1950.3269.22
HexD889C40259F13b3245
Octal330211304045111747362105
Binary1101100010001001110001000100101100111111001110111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D889C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D889C4; }

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

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

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

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

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

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

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

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