#D487BF

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

Shades of Shocking #D487BF

Tints of Shocking #D487BF

Color information

#D487BF (or 0xD487BF) is unknown color: approx Shocking. HEX triplet: D4, 87 and BF. RGB value is (212,135,191). Sum of RGB (Red+Green+Blue) = 212+135+191=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D487BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487BF is #2B7840. Grayscale: #A4A4A4. Windows color (decimal): -2848833 or 12552148. OLE color: 12552148.

HSL color Cylindrical-coordinate representation of color #D487BF: hue angle of 316.36º 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 #D487BF is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB212135191-
CMYK00.360.100.17
HSL316.36º47.24%68.04%-
HSV(B)316.36º36.32%83.14%-
XYZ45.2235.0953.68-
YUV164.41143.01161.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.41%
GREEN value IS 135 (53.12% from 255) = 25.09%
BLUE value IS 191 (75% from 255) = 35.50%
R=39.41%
G=25.09%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213519100.360.100.17316.3647.2468.04
HexD487BF024A1113c2f44
Octal324207277044122147457104
Binary11010100100001111011111101001001010100011001111001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D487BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D487BF; }

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

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

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

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

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

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

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

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