#D591BB

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

Shades of Shocking #D591BB

Tints of Shocking #D591BB

Color information

#D591BB (or 0xD591BB) is unknown color: approx Shocking. HEX triplet: D5, 91 and BB. RGB value is (213,145,187). Sum of RGB (Red+Green+Blue) = 213+145+187=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D591BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591BB is #2A6E44. Grayscale: #AAAAAA. Windows color (decimal): -2780741 or 12292565. OLE color: 12292565.

HSL color Cylindrical-coordinate representation of color #D591BB: hue angle of 322.94º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D591BB is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB213145187-
CMYK00.320.120.16
HSL322.94º44.74%70.2%-
HSV(B)322.94º31.92%83.53%-
XYZ46.5437.9851.89-
YUV170.12137.53158.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 145 (57.03% from 255) = 26.61%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=39.08%
G=26.61%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314518700.320.120.16322.9444.7470.2
HexD591BB020C101432d46
Octal325221273040142050355106
Binary11010101100100011011101101000001100100001010000111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D591BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D591BB; }

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

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

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

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

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

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

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

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