#DD8BBB

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

Shades of Shocking #DD8BBB

Tints of Shocking #DD8BBB

Color information

#DD8BBB (or 0xDD8BBB) is unknown color: approx Shocking. HEX triplet: DD, 8B and BB. RGB value is (221,139,187). Sum of RGB (Red+Green+Blue) = 221+139+187=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BBB is #227444. Grayscale: #A8A8A8. Windows color (decimal): -2257989 or 12291037. OLE color: 12291037.

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

Color convert

RGB221139187-
CMYK00.370.150.13
HSL324.88º54.67%70.59%-
HSV(B)324.88º37.1%86.67%-
XYZ48.0237.4351.71-
YUV168.99138.17165.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 139 (54.69% from 255) = 25.41%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=40.40%
G=25.41%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113918700.370.150.13324.8854.6770.59
HexDD8BBB025FD1453747
Octal335213273045171550567107
Binary1101110110001011101110110100101111111011010001011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8BBB; }

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

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

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

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

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

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

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

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