#D586B7

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

Shades of Shocking #D586B7

Tints of Shocking #D586B7

Color information

#D586B7 (or 0xD586B7) is unknown color: approx Shocking. HEX triplet: D5, 86 and B7. RGB value is (213,134,183). Sum of RGB (Red+Green+Blue) = 213+134+183=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D586B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586B7 is #2A7948. Grayscale: #A3A3A3. Windows color (decimal): -2783561 or 12027605. OLE color: 12027605.

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

Color convert

RGB213134183-
CMYK00.370.140.16
HSL322.78º48.47%68.04%-
HSV(B)322.78º37.09%83.53%-
XYZ44.5134.6249.14-
YUV163.21139.17163.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 134 (52.73% from 255) = 25.28%
BLUE value IS 183 (71.88% from 255) = 34.53%
R=40.19%
G=25.28%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313418300.370.140.16322.7848.4768.04
HexD586B7025E101433044
Octal325206267045162050360104
Binary11010101100001101011011101001011110100001010000111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D586B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D586B7; }

 p { color: rgb(213,134,183); }

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

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

 a { background-color: rgb(213,134,183); }

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

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

 span { border-color: rgb(213,134,183); }

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