#D487BB

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

Shades of Shocking #D487BB

Tints of Shocking #D487BB

Color information

#D487BB (or 0xD487BB) is unknown color: approx Shocking. HEX triplet: D4, 87 and BB. RGB value is (212,135,187). Sum of RGB (Red+Green+Blue) = 212+135+187=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D487BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487BB is #2B7844. Grayscale: #A3A3A3. Windows color (decimal): -2848837 or 12290004. OLE color: 12290004.

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

Color convert

RGB212135187-
CMYK00.360.120.17
HSL319.48º47.24%68.04%-
HSV(B)319.48º36.32%83.14%-
XYZ44.7834.9151.39-
YUV163.95141.01162.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.70%
GREEN value IS 135 (53.12% from 255) = 25.28%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=39.70%
G=25.28%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213518700.360.120.17319.4847.2468.04
HexD487BB024C1113f2f44
Octal324207273044142147757104
Binary11010100100001111011101101001001100100011001111111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D487BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D487BB; }

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

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

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

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

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

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

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

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