#D486B6

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

Shades of Shocking #D486B6

Tints of Shocking #D486B6

Color information

#D486B6 (or 0xD486B6) is unknown color: approx Shocking. HEX triplet: D4, 86 and B6. RGB value is (212,134,182). Sum of RGB (Red+Green+Blue) = 212+134+182=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D486B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D486B6 is #2B7949. Grayscale: #A2A2A2. Windows color (decimal): -2849098 or 11962068. OLE color: 11962068.

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

Color convert

RGB212134182-
CMYK00.370.140.17
HSL323.08º47.56%67.84%-
HSV(B)323.08º36.79%83.14%-
XYZ44.1234.4248.58-
YUV162.79138.84163.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.15%
GREEN value IS 134 (52.73% from 255) = 25.38%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=40.15%
G=25.38%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213418200.370.140.17323.0847.5667.84
HexD486B6025E111433044
Octal324206266045162150360104
Binary11010100100001101011011001001011110100011010000111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D486B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D486B6; }

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

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

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

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

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

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

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

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