#D580B8

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

Shades of Shocking #D580B8

Tints of Shocking #D580B8

Color information

#D580B8 (or 0xD580B8) is unknown color: approx Shocking. HEX triplet: D5, 80 and B8. RGB value is (213,128,184). Sum of RGB (Red+Green+Blue) = 213+128+184=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 184 (72.27% from 255 or 35.05% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D580B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580B8 is #2A7F47. Grayscale: #9F9F9F. Windows color (decimal): -2785096 or 12091605. OLE color: 12091605.

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

Color convert

RGB213128184-
CMYK00.400.140.16
HSL320.47º50.3%66.86%-
HSV(B)320.47º39.91%83.53%-
XYZ43.8133.0549.42-
YUV159.8141.66165.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 184 (72.27% from 255) = 35.05%
R=40.57%
G=24.38%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312818400.400.140.16320.4750.366.86
HexD580B8028E101403243
Octal325200270050162050062103
Binary11010101100000001011100001010001110100001010000001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D580B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D580B8; }

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

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

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

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

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

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

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

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