#D580BA

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

Shades of Shocking #D580BA

Tints of Shocking #D580BA

Color information

#D580BA (or 0xD580BA) is unknown color: approx Shocking. HEX triplet: D5, 80 and BA. RGB value is (213,128,186). Sum of RGB (Red+Green+Blue) = 213+128+186=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D580BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580BA is #2A7F45. Grayscale: #9F9F9F. Windows color (decimal): -2785094 or 12222677. OLE color: 12222677.

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

Color convert

RGB213128186-
CMYK00.400.130.16
HSL319.06º50.3%66.86%-
HSV(B)319.06º39.91%83.53%-
XYZ44.0233.1350.53-
YUV160.03142.66165.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.42%
GREEN value IS 128 (50.39% from 255) = 24.29%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=40.42%
G=24.29%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312818600.400.130.16319.0650.366.86
HexD580BA028D1013f3243
Octal325200272050152047762103
Binary11010101100000001011101001010001101100001001111111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D580BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D580BA; }

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

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

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

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

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

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

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

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