#DD55FF

Color #DD55FF Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DD55FF

Tints of Heliotrope #DD55FF

Color information

#DD55FF (or 0xDD55FF) is unknown color: approx Heliotrope. HEX triplet: DD, 55 and FF. RGB value is (221,85,255). Sum of RGB (Red+Green+Blue) = 221+85+255=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 85 (33.59% from 255 or 15.15% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD55FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD55FF is #22AA00. Grayscale: #909090. Windows color (decimal): -2271745 or 16733661. OLE color: 16733661.

HSL color Cylindrical-coordinate representation of color #DD55FF: hue angle of 288º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD55FF is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22185255-
CMYK0.130.6700
HSL288º100%66.67%-
HSV(B)288º66.67%100%-
XYZ51.1229.0997.53-
YUV145.04190.06182.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 85 (33.59% from 255) = 15.15%
BLUE value IS 255 (100% from 255) = 45.45%
R=39.39%
G=15.15%
B=45.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal221852550.130.670028810066.67
HexDD55FFD43001206443
Octal3351253771510300440144103
Binary11011101101010111111111110110000110010010000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD55FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD55FF; }

 p { color: rgb(221,85,255); }

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

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

 a { background-color: rgb(221,85,255); }

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

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

 span { border-color: rgb(221,85,255); }

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