#DD65A5

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

Shades of Pale Violet Red #DD65A5

Tints of Pale Violet Red #DD65A5

Color information

#DD65A5 (or 0xDD65A5) is unknown color: approx Pale Violet Red. HEX triplet: DD, 65 and A5. RGB value is (221,101,165). Sum of RGB (Red+Green+Blue) = 221+101+165=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD65A5 is #229A5A. Grayscale: #909090. Windows color (decimal): -2267739 or 10839517. OLE color: 10839517.

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

Color convert

RGB221101165-
CMYK00.540.250.13
HSL328º63.83%63.14%-
HSV(B)328º54.3%86.67%-
XYZ41.2627.438.71-
YUV144.18139.76182.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 101 (39.84% from 255) = 20.74%
BLUE value IS 165 (64.84% from 255) = 33.88%
R=45.38%
G=20.74%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110116500.540.250.1332863.8363.14
HexDD65A503619D148403f
Octal335145245066311551010077
Binary1101110111001011010010101101101100111011010010001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD65A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD65A5; }

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

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

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

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

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

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

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

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