#DDA6C1

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

Shades of Shocking #DDA6C1

Tints of Shocking #DDA6C1

Color information

#DDA6C1 (or 0xDDA6C1) is unknown color: approx Shocking. HEX triplet: DD, A6 and C1. RGB value is (221,166,193). Sum of RGB (Red+Green+Blue) = 221+166+193=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6C1 is #22593E. Grayscale: #B9B9B9. Windows color (decimal): -2251071 or 12691165. OLE color: 12691165.

HSL color Cylindrical-coordinate representation of color #DDA6C1: hue angle of 330.55º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA6C1 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB221166193-
CMYK00.250.130.13
HSL330.55º44.72%75.88%-
HSV(B)330.55º24.89%86.67%-
XYZ53.0846.4956.63-
YUV185.52132.22153.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 166 (65.23% from 255) = 28.62%
BLUE value IS 193 (75.78% from 255) = 33.28%
R=38.10%
G=28.62%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116619300.250.130.13330.5544.7275.88
HexDDA6C1019DD14b2d4c
Octal335246301031151551355114
Binary110111011010011011000001011001110111011010010111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6C1; }

 p { color: rgb(221,166,193); }

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

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

 a { background-color: rgb(221,166,193); }

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

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

 span { border-color: rgb(221,166,193); }

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