#DD8AC7

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

Shades of Shocking #DD8AC7

Tints of Shocking #DD8AC7

Color information

#DD8AC7 (or 0xDD8AC7) is unknown color: approx Shocking. HEX triplet: DD, 8A and C7. RGB value is (221,138,199). Sum of RGB (Red+Green+Blue) = 221+138+199=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8AC7 is #227538. Grayscale: #A9A9A9. Windows color (decimal): -2258233 or 13077213. OLE color: 13077213.

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

Color convert

RGB221138199-
CMYK00.380.100.13
HSL315.9º54.97%70.39%-
HSV(B)315.9º37.56%86.67%-
XYZ49.2237.6758.71-
YUV169.77144.5164.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.61%
GREEN value IS 138 (54.30% from 255) = 24.73%
BLUE value IS 199 (78.12% from 255) = 35.66%
R=39.61%
G=24.73%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113819900.380.100.13315.954.9770.39
HexDD8AC7026AD13c3746
Octal335212307046121547467106
Binary1101110110001010110001110100110101011011001111001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8AC7; }

 p { color: rgb(221,138,199); }

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

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

 a { background-color: rgb(221,138,199); }

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

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

 span { border-color: rgb(221,138,199); }

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