#D487B8

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

Shades of Shocking #D487B8

Tints of Shocking #D487B8

Color information

#D487B8 (or 0xD487B8) is unknown color: approx Shocking. HEX triplet: D4, 87 and B8. RGB value is (212,135,184). Sum of RGB (Red+Green+Blue) = 212+135+184=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D487B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487B8 is #2B7847. Grayscale: #A3A3A3. Windows color (decimal): -2848840 or 12093396. OLE color: 12093396.

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

Color convert

RGB212135184-
CMYK00.360.130.17
HSL321.82º47.24%68.04%-
HSV(B)321.82º36.32%83.14%-
XYZ44.4734.7949.72-
YUV163.61139.51162.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 135 (53.12% from 255) = 25.42%
BLUE value IS 184 (72.27% from 255) = 34.65%
R=39.92%
G=25.42%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213518400.360.130.17321.8247.2468.04
HexD487B8024D111422f44
Octal324207270044152150257104
Binary11010100100001111011100001001001101100011010000101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D487B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D487B8; }

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

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

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

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

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

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

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

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