#D487BC

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

Shades of Shocking #D487BC

Tints of Shocking #D487BC

Color information

#D487BC (or 0xD487BC) is unknown color: approx Shocking. HEX triplet: D4, 87 and BC. RGB value is (212,135,188). Sum of RGB (Red+Green+Blue) = 212+135+188=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D487BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487BC is #2B7843. Grayscale: #A3A3A3. Windows color (decimal): -2848836 or 12355540. OLE color: 12355540.

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

Color convert

RGB212135188-
CMYK00.360.110.17
HSL318.7º47.24%68.04%-
HSV(B)318.7º36.32%83.14%-
XYZ44.8934.9651.96-
YUV164.06141.51162.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.63%
GREEN value IS 135 (53.12% from 255) = 25.23%
BLUE value IS 188 (73.83% from 255) = 35.14%
R=39.63%
G=25.23%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213518800.360.110.17318.747.2468.04
HexD487BC024B1113f2f44
Octal324207274044132147757104
Binary11010100100001111011110001001001011100011001111111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D487BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D487BC; }

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

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

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

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

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

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

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

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