#D486B9

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

Shades of Shocking #D486B9

Tints of Shocking #D486B9

Color information

#D486B9 (or 0xD486B9) is unknown color: approx Shocking. HEX triplet: D4, 86 and B9. RGB value is (212,134,185). Sum of RGB (Red+Green+Blue) = 212+134+185=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D486B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D486B9 is #2B7946. Grayscale: #A3A3A3. Windows color (decimal): -2849095 or 12158676. OLE color: 12158676.

HSL color Cylindrical-coordinate representation of color #D486B9: hue angle of 320.77º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D486B9 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB212134185-
CMYK00.370.130.17
HSL320.77º47.56%67.84%-
HSV(B)320.77º36.79%83.14%-
XYZ44.4334.5550.23-
YUV163.14140.34162.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 134 (52.73% from 255) = 25.24%
BLUE value IS 185 (72.66% from 255) = 34.84%
R=39.92%
G=25.24%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213418500.370.130.17320.7747.5667.84
HexD486B9025D111413044
Octal324206271045152150160104
Binary11010100100001101011100101001011101100011010000011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D486B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D486B9; }

 p { color: rgb(212,134,185); }

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

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

 a { background-color: rgb(212,134,185); }

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

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

 span { border-color: rgb(212,134,185); }

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