#DD8CC0

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

Shades of Shocking #DD8CC0

Tints of Shocking #DD8CC0

Color information

#DD8CC0 (or 0xDD8CC0) is unknown color: approx Shocking. HEX triplet: DD, 8C and C0. RGB value is (221,140,192). Sum of RGB (Red+Green+Blue) = 221+140+192=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CC0 is #22733F. Grayscale: #AAAAAA. Windows color (decimal): -2257728 or 12618973. OLE color: 12618973.

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

Color convert

RGB221140192-
CMYK00.370.130.13
HSL321.48º54.36%70.78%-
HSV(B)321.48º36.65%86.67%-
XYZ48.7137.9354.62-
YUV170.15140.34164.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 140 (55.08% from 255) = 25.32%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=39.96%
G=25.32%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114019200.370.130.13321.4854.3670.78
HexDD8CC0025DD1413647
Octal335214300045151550166107
Binary1101110110001100110000000100101110111011010000011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8CC0; }

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

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

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

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

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

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

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

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