#DD6893

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

Shades of Pale Violet Red #DD6893

Tints of Pale Violet Red #DD6893

Color information

#DD6893 (or 0xDD6893) is unknown color: approx Pale Violet Red. HEX triplet: DD, 68 and 93. RGB value is (221,104,147). Sum of RGB (Red+Green+Blue) = 221+104+147=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6893 is #22976C. Grayscale: #8F8F8F. Windows color (decimal): -2266989 or 9660637. OLE color: 9660637.

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

Color convert

RGB221104147-
CMYK00.530.330.13
HSL337.95º63.24%63.73%-
HSV(B)337.95º52.94%86.67%-
XYZ40.0427.3830.78-
YUV143.88129.76183-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 104 (41.02% from 255) = 22.03%
BLUE value IS 147 (57.81% from 255) = 31.14%
R=46.82%
G=22.03%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110414700.530.330.13337.9563.2463.73
HexDD689303521D1523f40
Octal335150223065411552277100
Binary11011101110100010010011011010110000111011010100101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6893; }

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

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

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

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

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

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

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

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