#D896C1

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

Shades of Shocking #D896C1

Tints of Shocking #D896C1

Color information

#D896C1 (or 0xD896C1) is unknown color: approx Shocking. HEX triplet: D8, 96 and C1. RGB value is (216,150,193). Sum of RGB (Red+Green+Blue) = 216+150+193=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D896C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896C1 is #27693E. Grayscale: #AEAEAE. Windows color (decimal): -2582847 or 12687064. OLE color: 12687064.

HSL color Cylindrical-coordinate representation of color #D896C1: hue angle of 320.91º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D896C1 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB216150193-
CMYK00.310.110.15
HSL320.91º45.83%71.76%-
HSV(B)320.91º30.56%84.71%-
XYZ48.8540.2655.65-
YUV174.64138.37157.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.64%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=38.64%
G=26.83%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615019300.310.110.15320.9145.8371.76
HexD896C101FBF1412e48
Octal330226301037131750156110
Binary110110001001011011000001011111101111111010000011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D896C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D896C1; }

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

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

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

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

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

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

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

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