#D580B9

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

Shades of Shocking #D580B9

Tints of Shocking #D580B9

Color information

#D580B9 (or 0xD580B9) is unknown color: approx Shocking. HEX triplet: D5, 80 and B9. RGB value is (213,128,185). Sum of RGB (Red+Green+Blue) = 213+128+185=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D580B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580B9 is #2A7F46. Grayscale: #9F9F9F. Windows color (decimal): -2785095 or 12157141. OLE color: 12157141.

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

Color convert

RGB213128185-
CMYK00.400.130.16
HSL319.76º50.3%66.86%-
HSV(B)319.76º39.91%83.53%-
XYZ43.9233.0949.97-
YUV159.91142.16165.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.49%
GREEN value IS 128 (50.39% from 255) = 24.33%
BLUE value IS 185 (72.66% from 255) = 35.17%
R=40.49%
G=24.33%
B=35.17%

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
Decimal21312818500.400.130.16319.7650.366.86
HexD580B9028D101403243
Octal325200271050152050062103
Binary11010101100000001011100101010001101100001010000001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D580B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D580B9; }

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

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

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

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

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

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

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

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