#D895C4

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

Shades of Shocking #D895C4

Tints of Shocking #D895C4

Color information

#D895C4 (or 0xD895C4) is unknown color: approx Shocking. HEX triplet: D8, 95 and C4. RGB value is (216,149,196). Sum of RGB (Red+Green+Blue) = 216+149+196=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D895C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895C4 is #276A3B. Grayscale: #AEAEAE. Windows color (decimal): -2583100 or 12883416. OLE color: 12883416.

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

Color convert

RGB216149196-
CMYK00.310.090.15
HSL317.91º46.21%71.57%-
HSV(B)317.91º31.02%84.71%-
XYZ49.0340.0857.38-
YUV174.39140.2157.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.50%
GREEN value IS 149 (58.59% from 255) = 26.56%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=38.50%
G=26.56%
B=34.94%

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
Decimal21614919600.310.090.15317.9146.2171.57
HexD895C401F9F13e2e48
Octal330225304037111747656110
Binary110110001001010111000100011111100111111001111101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D895C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D895C4; }

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

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

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

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

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

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

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

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