#DD6894

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

Shades of Pale Violet Red #DD6894

Tints of Pale Violet Red #DD6894

Color information

#DD6894 (or 0xDD6894) is unknown color: approx Pale Violet Red. HEX triplet: DD, 68 and 94. RGB value is (221,104,148). Sum of RGB (Red+Green+Blue) = 221+104+148=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6894 is #22976B. Grayscale: #8F8F8F. Windows color (decimal): -2266988 or 9726173. OLE color: 9726173.

HSL color Cylindrical-coordinate representation of color #DD6894: hue angle of 337.44º 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 #DD6894 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221104148-
CMYK00.530.330.13
HSL337.44º63.24%63.73%-
HSV(B)337.44º52.94%86.67%-
XYZ40.1127.4131.19-
YUV144130.26182.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=46.72%
G=21.99%
B=31.29%

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
Decimal22110414800.530.330.13337.4463.2463.73
HexDD689403521D1513f40
Octal335150224065411552177100
Binary11011101110100010010100011010110000111011010100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6894; }

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

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

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

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

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

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

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

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