#DD8CBB

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

Shades of Shocking #DD8CBB

Tints of Shocking #DD8CBB

Color information

#DD8CBB (or 0xDD8CBB) is unknown color: approx Shocking. HEX triplet: DD, 8C and BB. RGB value is (221,140,187). Sum of RGB (Red+Green+Blue) = 221+140+187=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CBB is #227344. Grayscale: #A9A9A9. Windows color (decimal): -2257733 or 12291293. OLE color: 12291293.

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

Color convert

RGB221140187-
CMYK00.370.150.13
HSL325.19º54.36%70.78%-
HSV(B)325.19º36.65%86.67%-
XYZ48.1737.7251.76-
YUV169.58137.84164.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 140 (55.08% from 255) = 25.55%
BLUE value IS 187 (73.44% from 255) = 34.12%
R=40.33%
G=25.55%
B=34.12%

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
Decimal22114018700.370.150.13325.1954.3670.78
HexDD8CBB025FD1453647
Octal335214273045171550566107
Binary1101110110001100101110110100101111111011010001011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8CBB; }

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

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

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

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

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

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

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

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