#D581BB

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

Shades of Shocking #D581BB

Tints of Shocking #D581BB

Color information

#D581BB (or 0xD581BB) is unknown color: approx Shocking. HEX triplet: D5, 81 and BB. RGB value is (213,129,187). Sum of RGB (Red+Green+Blue) = 213+129+187=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D581BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581BB is #2A7E44. Grayscale: #A0A0A0. Windows color (decimal): -2784837 or 12288469. OLE color: 12288469.

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

Color convert

RGB213129187-
CMYK00.390.120.16
HSL318.57º50%67.06%-
HSV(B)318.57º39.44%83.53%-
XYZ44.2633.4351.13-
YUV160.73142.83165.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.26%
GREEN value IS 129 (50.78% from 255) = 24.39%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=40.26%
G=24.39%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312918700.390.120.16318.575067.06
HexD581BB027C1013f3243
Octal325201273047142047762103
Binary11010101100000011011101101001111100100001001111111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D581BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D581BB; }

 p { color: rgb(213,129,187); }

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

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

 a { background-color: rgb(213,129,187); }

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

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

 span { border-color: rgb(213,129,187); }

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