#D582BA

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

Shades of Shocking #D582BA

Tints of Shocking #D582BA

Color information

#D582BA (or 0xD582BA) is unknown color: approx Shocking. HEX triplet: D5, 82 and BA. RGB value is (213,130,186). Sum of RGB (Red+Green+Blue) = 213+130+186=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D582BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582BA is #2A7D45. Grayscale: #A1A1A1. Windows color (decimal): -2784582 or 12223189. OLE color: 12223189.

HSL color Cylindrical-coordinate representation of color #D582BA: hue angle of 319.52º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D582BA is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB213130186-
CMYK00.390.130.16
HSL319.52º49.7%67.25%-
HSV(B)319.52º38.97%83.53%-
XYZ44.2933.6650.62-
YUV161.2142164.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.26%
GREEN value IS 130 (51.17% from 255) = 24.57%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=40.26%
G=24.57%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313018600.390.130.16319.5249.767.25
HexD582BA027D101403243
Octal325202272047152050062103
Binary11010101100000101011101001001111101100001010000001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D582BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D582BA; }

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

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

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

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

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

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

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

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