#DD69A0

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

Shades of Pale Violet Red #DD69A0

Tints of Pale Violet Red #DD69A0

Color information

#DD69A0 (or 0xDD69A0) is unknown color: approx Pale Violet Red. HEX triplet: DD, 69 and A0. RGB value is (221,105,160). Sum of RGB (Red+Green+Blue) = 221+105+160=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD69A0 is #22965F. Grayscale: #919191. Windows color (decimal): -2266720 or 10512861. OLE color: 10512861.

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

Color convert

RGB221105160-
CMYK00.520.280.13
HSL331.55º63.04%63.92%-
HSV(B)331.55º52.49%86.67%-
XYZ41.2228.0136.49-
YUV145.95135.93181.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 105 (41.41% from 255) = 21.60%
BLUE value IS 160 (62.89% from 255) = 32.92%
R=45.47%
G=21.60%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110516000.520.280.13331.5563.0463.92
HexDD69A00341CD14c3f40
Octal335151240064341551477100
Binary1101110111010011010000001101001110011011010011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD69A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD69A0; }

 p { color: rgb(221,105,160); }

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

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

 a { background-color: rgb(221,105,160); }

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

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

 span { border-color: rgb(221,105,160); }

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