#DDA4CA

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

Shades of Shocking #DDA4CA

Tints of Shocking #DDA4CA

Color information

#DDA4CA (or 0xDDA4CA) is unknown color: approx Shocking. HEX triplet: DD, A4 and CA. RGB value is (221,164,202). Sum of RGB (Red+Green+Blue) = 221+164+202=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4CA is #225B35. Grayscale: #B9B9B9. Windows color (decimal): -2251574 or 13280477. OLE color: 13280477.

HSL color Cylindrical-coordinate representation of color #DDA4CA: hue angle of 320º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDA4CA is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB221164202-
CMYK00.260.090.13
HSL320º45.6%75.49%-
HSV(B)320º25.79%86.67%-
XYZ53.7546.1961.96-
YUV185.37137.38153.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 164 (64.45% from 255) = 27.94%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=37.65%
G=27.94%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116420200.260.090.1332045.675.49
HexDDA4CA01A9D1402e4b
Octal335244312032111550056113
Binary110111011010010011001010011010100111011010000001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4CA; }

 p { color: rgb(221,164,202); }

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

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

 a { background-color: rgb(221,164,202); }

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

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

 span { border-color: rgb(221,164,202); }

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