#D59BBE

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

Shades of Shocking #D59BBE

Tints of Shocking #D59BBE

Color information

#D59BBE (or 0xD59BBE) is unknown color: approx Shocking. HEX triplet: D5, 9B and BE. RGB value is (213,155,190). Sum of RGB (Red+Green+Blue) = 213+155+190=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BBE is #2A6441. Grayscale: #B0B0B0. Windows color (decimal): -2778178 or 12491733. OLE color: 12491733.

HSL color Cylindrical-coordinate representation of color #D59BBE: hue angle of 323.79º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59BBE is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213155190-
CMYK00.270.110.16
HSL323.79º40.85%72.16%-
HSV(B)323.79º27.23%83.53%-
XYZ48.4641.3154.13-
YUV176.33135.72154.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=38.17%
G=27.78%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315519000.270.110.16323.7940.8572.16
HexD59BBE01BB101442948
Octal325233276033132050451110
Binary1101010110011011101111100110111011100001010001001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59BBE; }

 p { color: rgb(213,155,190); }

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

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

 a { background-color: rgb(213,155,190); }

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

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

 span { border-color: rgb(213,155,190); }

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