#D487C1

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

Shades of Shocking #D487C1

Tints of Shocking #D487C1

Color information

#D487C1 (or 0xD487C1) is unknown color: approx Shocking. HEX triplet: D4, 87 and C1. RGB value is (212,135,193). Sum of RGB (Red+Green+Blue) = 212+135+193=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D487C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487C1 is #2B783E. Grayscale: #A4A4A4. Windows color (decimal): -2848831 or 12683220. OLE color: 12683220.

HSL color Cylindrical-coordinate representation of color #D487C1: hue angle of 314.81º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D487C1 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB212135193-
CMYK00.360.090.17
HSL314.81º47.24%68.04%-
HSV(B)314.81º36.32%83.14%-
XYZ45.4435.1854.85-
YUV164.64144.01161.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.26%
GREEN value IS 135 (53.12% from 255) = 25%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=39.26%
G=25%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213519300.360.090.17314.8147.2468.04
HexD487C102491113b2f44
Octal324207301044112147357104
Binary11010100100001111100000101001001001100011001110111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D487C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D487C1; }

 p { color: rgb(212,135,193); }

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

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

 a { background-color: rgb(212,135,193); }

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

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

 span { border-color: rgb(212,135,193); }

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