#DD65A8

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

Shades of Pale Violet Red #DD65A8

Tints of Pale Violet Red #DD65A8

Color information

#DD65A8 (or 0xDD65A8) is unknown color: approx Pale Violet Red. HEX triplet: DD, 65 and A8. RGB value is (221,101,168). Sum of RGB (Red+Green+Blue) = 221+101+168=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD65A8 is #229A57. Grayscale: #909090. Windows color (decimal): -2267736 or 11036125. OLE color: 11036125.

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

Color convert

RGB221101168-
CMYK00.540.240.13
HSL326.5º63.83%63.14%-
HSV(B)326.5º54.3%86.67%-
XYZ41.5427.5140.17-
YUV144.52141.26182.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 101 (39.84% from 255) = 20.61%
BLUE value IS 168 (66.02% from 255) = 34.29%
R=45.10%
G=20.61%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110116800.540.240.13326.563.8363.14
HexDD65A803618D146403f
Octal335145250066301550610077
Binary1101110111001011010100001101101100011011010001101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD65A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD65A8; }

 p { color: rgb(221,101,168); }

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

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

 a { background-color: rgb(221,101,168); }

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

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

 span { border-color: rgb(221,101,168); }

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