#D582B9

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

Shades of Shocking #D582B9

Tints of Shocking #D582B9

Color information

#D582B9 (or 0xD582B9) is unknown color: approx Shocking. HEX triplet: D5, 82 and B9. RGB value is (213,130,185). Sum of RGB (Red+Green+Blue) = 213+130+185=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D582B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582B9 is #2A7D46. Grayscale: #A0A0A0. Windows color (decimal): -2784583 or 12157653. OLE color: 12157653.

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

Color convert

RGB213130185-
CMYK00.390.130.16
HSL320.24º49.7%67.25%-
HSV(B)320.24º38.97%83.53%-
XYZ44.1833.6150.06-
YUV161.09141.5165.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 130 (51.17% from 255) = 24.62%
BLUE value IS 185 (72.66% from 255) = 35.04%
R=40.34%
G=24.62%
B=35.04%

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
Decimal21313018500.390.130.16320.2449.767.25
HexD582B9027D101403243
Octal325202271047152050062103
Binary11010101100000101011100101001111101100001010000001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D582B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D582B9; }

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

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

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

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

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

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

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

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