#D486BB

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

Shades of Shocking #D486BB

Tints of Shocking #D486BB

Color information

#D486BB (or 0xD486BB) is unknown color: approx Shocking. HEX triplet: D4, 86 and BB. RGB value is (212,134,187). Sum of RGB (Red+Green+Blue) = 212+134+187=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D486BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D486BB is #2B7944. Grayscale: #A3A3A3. Windows color (decimal): -2849093 or 12289748. OLE color: 12289748.

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

Color convert

RGB212134187-
CMYK00.370.120.17
HSL319.23º47.56%67.84%-
HSV(B)319.23º36.79%83.14%-
XYZ44.6534.6451.35-
YUV163.36141.34162.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.77%
GREEN value IS 134 (52.73% from 255) = 25.14%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=39.77%
G=25.14%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213418700.370.120.17319.2347.5667.84
HexD486BB025C1113f3044
Octal324206273045142147760104
Binary11010100100001101011101101001011100100011001111111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D486BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D486BB; }

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

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

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

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

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

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

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

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