#D487B7

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

Shades of Shocking #D487B7

Tints of Shocking #D487B7

Color information

#D487B7 (or 0xD487B7) is unknown color: approx Shocking. HEX triplet: D4, 87 and B7. RGB value is (212,135,183). Sum of RGB (Red+Green+Blue) = 212+135+183=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D487B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487B7 is #2B7848. Grayscale: #A3A3A3. Windows color (decimal): -2848841 or 12027860. OLE color: 12027860.

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

Color convert

RGB212135183-
CMYK00.360.140.17
HSL322.6º47.24%68.04%-
HSV(B)322.6º36.32%83.14%-
XYZ44.3634.7449.17-
YUV163.49139.01162.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40%
GREEN value IS 135 (53.12% from 255) = 25.47%
BLUE value IS 183 (71.88% from 255) = 34.53%
R=40%
G=25.47%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213518300.360.140.17322.647.2468.04
HexD487B7024E111432f44
Octal324207267044162150357104
Binary11010100100001111011011101001001110100011010000111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D487B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D487B7; }

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

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

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

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

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

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

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

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