#DD669A

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

Shades of Pale Violet Red #DD669A

Tints of Pale Violet Red #DD669A

Color information

#DD669A (or 0xDD669A) is unknown color: approx Pale Violet Red. HEX triplet: DD, 66 and 9A. RGB value is (221,102,154). Sum of RGB (Red+Green+Blue) = 221+102+154=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD669A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD669A is #229965. Grayscale: #8F8F8F. Windows color (decimal): -2267494 or 10118877. OLE color: 10118877.

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

Color convert

RGB221102154-
CMYK00.540.300.13
HSL333.78º63.64%63.33%-
HSV(B)333.78º53.85%86.67%-
XYZ40.427.2133.69-
YUV143.51133.92183.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.33%
GREEN value IS 102 (40.23% from 255) = 21.38%
BLUE value IS 154 (60.55% from 255) = 32.29%
R=46.33%
G=21.38%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110215400.540.300.13333.7863.6463.33
HexDD669A0361ED14e403f
Octal335146232066361551610077
Binary1101110111001101001101001101101111011011010011101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD669A; }

 p { color: rgb(221,102,154); }

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

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

 a { background-color: rgb(221,102,154); }

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

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

 span { border-color: rgb(221,102,154); }

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