#D896C4

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

Shades of Shocking #D896C4

Tints of Shocking #D896C4

Color information

#D896C4 (or 0xD896C4) is unknown color: approx Shocking. HEX triplet: D8, 96 and C4. RGB value is (216,150,196). Sum of RGB (Red+Green+Blue) = 216+150+196=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D896C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896C4 is #27693B. Grayscale: #AEAEAE. Windows color (decimal): -2582844 or 12883672. OLE color: 12883672.

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

Color convert

RGB216150196-
CMYK00.310.090.15
HSL318.18º45.83%71.76%-
HSV(B)318.18º30.56%84.71%-
XYZ49.1940.457.43-
YUV174.98139.87157.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 196 (76.95% from 255) = 34.88%
R=38.43%
G=26.69%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615019600.310.090.15318.1845.8371.76
HexD896C401F9F13e2e48
Octal330226304037111747656110
Binary110110001001011011000100011111100111111001111101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D896C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D896C4; }

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

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

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

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

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

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

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

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