#DD8CC4

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

Shades of Shocking #DD8CC4

Tints of Shocking #DD8CC4

Color information

#DD8CC4 (or 0xDD8CC4) is unknown color: approx Shocking. HEX triplet: DD, 8C and C4. RGB value is (221,140,196). Sum of RGB (Red+Green+Blue) = 221+140+196=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CC4 is #22733B. Grayscale: #AAAAAA. Windows color (decimal): -2257724 or 12881117. OLE color: 12881117.

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

Color convert

RGB221140196-
CMYK00.370.110.13
HSL318.52º54.36%70.78%-
HSV(B)318.52º36.65%86.67%-
XYZ49.1638.1156.99-
YUV170.6142.34163.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.68%
GREEN value IS 140 (55.08% from 255) = 25.13%
BLUE value IS 196 (76.95% from 255) = 35.19%
R=39.68%
G=25.13%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114019600.370.110.13318.5254.3670.78
HexDD8CC4025BD13f3647
Octal335214304045131547766107
Binary1101110110001100110001000100101101111011001111111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8CC4; }

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

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

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

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

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

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

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

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