#DD8BBC

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

Shades of Shocking #DD8BBC

Tints of Shocking #DD8BBC

Color information

#DD8BBC (or 0xDD8BBC) is unknown color: approx Shocking. HEX triplet: DD, 8B and BC. RGB value is (221,139,188). Sum of RGB (Red+Green+Blue) = 221+139+188=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BBC is #227443. Grayscale: #A8A8A8. Windows color (decimal): -2257988 or 12356573. OLE color: 12356573.

HSL color Cylindrical-coordinate representation of color #DD8BBC: hue angle of 324.15º 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 #DD8BBC is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB221139188-
CMYK00.370.150.13
HSL324.15º54.67%70.59%-
HSV(B)324.15º37.1%86.67%-
XYZ48.1337.4752.27-
YUV169.1138.67165.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 139 (54.69% from 255) = 25.36%
BLUE value IS 188 (73.83% from 255) = 34.31%
R=40.33%
G=25.36%
B=34.31%

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
Decimal22113918800.370.150.13324.1554.6770.59
HexDD8BBC025FD1443747
Octal335213274045171550467107
Binary1101110110001011101111000100101111111011010001001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8BBC; }

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

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

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

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

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

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

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

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