#D586BA

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

Shades of Shocking #D586BA

Tints of Shocking #D586BA

Color information

#D586BA (or 0xD586BA) is unknown color: approx Shocking. HEX triplet: D5, 86 and BA. RGB value is (213,134,186). Sum of RGB (Red+Green+Blue) = 213+134+186=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D586BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586BA is #2A7945. Grayscale: #A3A3A3. Windows color (decimal): -2783558 or 12224213. OLE color: 12224213.

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

Color convert

RGB213134186-
CMYK00.370.130.16
HSL320.51º48.47%68.04%-
HSV(B)320.51º37.09%83.53%-
XYZ44.8334.7450.8-
YUV163.55140.67163.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 134 (52.73% from 255) = 25.14%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=39.96%
G=25.14%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313418600.370.130.16320.5148.4768.04
HexD586BA025D101413044
Octal325206272045152050160104
Binary11010101100001101011101001001011101100001010000011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D586BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D586BA; }

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

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

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

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

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

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

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

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