#DD6A93

Color #DD6A93 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DD6A93

Tints of Pale Violet Red #DD6A93

Color information

#DD6A93 (or 0xDD6A93) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6A and 93. RGB value is (221,106,147). Sum of RGB (Red+Green+Blue) = 221+106+147=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6A93 is #22956C. Grayscale: #919191. Windows color (decimal): -2266477 or 9661149. OLE color: 9661149.

HSL color Cylindrical-coordinate representation of color #DD6A93: hue angle of 338.61º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6A93 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221106147-
CMYK00.520.330.13
HSL338.61º62.84%64.12%-
HSV(B)338.61º52.04%86.67%-
XYZ40.2427.7930.85-
YUV145.06129.1182.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.62%
GREEN value IS 106 (41.80% from 255) = 22.36%
BLUE value IS 147 (57.81% from 255) = 31.01%
R=46.62%
G=22.36%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110614700.520.330.13338.6162.8464.12
HexDD6A9303421D1533f40
Octal335152223064411552377100
Binary11011101110101010010011011010010000111011010100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6A93; }

 p { color: rgb(221,106,147); }

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

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

 a { background-color: rgb(221,106,147); }

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

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

 span { border-color: rgb(221,106,147); }

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