#D58BBB

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

Shades of Shocking #D58BBB

Tints of Shocking #D58BBB

Color information

#D58BBB (or 0xD58BBB) is unknown color: approx Shocking. HEX triplet: D5, 8B and BB. RGB value is (213,139,187). Sum of RGB (Red+Green+Blue) = 213+139+187=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BBB is #2A7444. Grayscale: #A6A6A6. Windows color (decimal): -2782277 or 12291029. OLE color: 12291029.

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

Color convert

RGB213139187-
CMYK00.350.120.16
HSL321.08º46.84%69.02%-
HSV(B)321.08º34.74%83.53%-
XYZ45.6436.251.6-
YUV166.6139.52161.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.52%
GREEN value IS 139 (54.69% from 255) = 25.79%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=39.52%
G=25.79%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313918700.350.120.16321.0846.8469.02
HexD58BBB023C101412f45
Octal325213273043142050157105
Binary11010101100010111011101101000111100100001010000011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58BBB; }

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

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

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

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

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

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

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

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