#DD8FBB

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

Shades of Shocking #DD8FBB

Tints of Shocking #DD8FBB

Color information

#DD8FBB (or 0xDD8FBB) is unknown color: approx Shocking. HEX triplet: DD, 8F and BB. RGB value is (221,143,187). Sum of RGB (Red+Green+Blue) = 221+143+187=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FBB is #227044. Grayscale: #ABABAB. Windows color (decimal): -2256965 or 12292061. OLE color: 12292061.

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

Color convert

RGB221143187-
CMYK00.350.150.13
HSL326.15º53.42%71.37%-
HSV(B)326.15º35.29%86.67%-
XYZ48.6138.651.9-
YUV171.34136.84163.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 143 (56.25% from 255) = 25.95%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=40.11%
G=25.95%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114318700.350.150.13326.1553.4271.37
HexDD8FBB023FD1463547
Octal335217273043171550665107
Binary1101110110001111101110110100011111111011010001101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8FBB; }

 p { color: rgb(221,143,187); }

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

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

 a { background-color: rgb(221,143,187); }

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

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

 span { border-color: rgb(221,143,187); }

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