#D88BBE

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

Shades of Shocking #D88BBE

Tints of Shocking #D88BBE

Color information

#D88BBE (or 0xD88BBE) is unknown color: approx Shocking. HEX triplet: D8, 8B and BE. RGB value is (216,139,190). Sum of RGB (Red+Green+Blue) = 216+139+190=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D88BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88BBE is #277441. Grayscale: #A7A7A7. Windows color (decimal): -2585666 or 12487640. OLE color: 12487640.

HSL color Cylindrical-coordinate representation of color #D88BBE: hue angle of 320.26º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88BBE is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216139190-
CMYK00.360.120.15
HSL320.26º49.68%69.61%-
HSV(B)320.26º35.65%84.71%-
XYZ46.8536.7853.35-
YUV167.84140.51162.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 139 (54.69% from 255) = 25.50%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=39.63%
G=25.50%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613919000.360.120.15320.2649.6869.61
HexD88BBE024CF1403246
Octal330213276044141750062106
Binary1101100010001011101111100100100110011111010000001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88BBE; }

 p { color: rgb(216,139,190); }

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

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

 a { background-color: rgb(216,139,190); }

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

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

 span { border-color: rgb(216,139,190); }

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