#D88DBB

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

Shades of Shocking #D88DBB

Tints of Shocking #D88DBB

Color information

#D88DBB (or 0xD88DBB) is unknown color: approx Shocking. HEX triplet: D8, 8D and BB. RGB value is (216,141,187). Sum of RGB (Red+Green+Blue) = 216+141+187=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DBB is #277244. Grayscale: #A8A8A8. Windows color (decimal): -2585157 or 12291544. OLE color: 12291544.

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

Color convert

RGB216141187-
CMYK00.350.130.15
HSL323.2º49.02%70%-
HSV(B)323.2º34.72%84.71%-
XYZ46.8137.2451.73-
YUV168.67138.35161.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.71%
GREEN value IS 141 (55.47% from 255) = 25.92%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=39.71%
G=25.92%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614118700.350.130.15323.249.0270
HexD88DBB023DF1433146
Octal330215273043151750361106
Binary1101100010001101101110110100011110111111010000111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DBB; }

 p { color: rgb(216,141,187); }

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

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

 a { background-color: rgb(216,141,187); }

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

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

 span { border-color: rgb(216,141,187); }

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