#DD58FF

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

Shades of Heliotrope #DD58FF

Tints of Heliotrope #DD58FF

Color information

#DD58FF (or 0xDD58FF) is unknown color: approx Heliotrope. HEX triplet: DD, 58 and FF. RGB value is (221,88,255). Sum of RGB (Red+Green+Blue) = 221+88+255=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 88 (34.77% from 255 or 15.60% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD58FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD58FF is #22A700. Grayscale: #929292. Windows color (decimal): -2270977 or 16734429. OLE color: 16734429.

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

Color convert

RGB22188255-
CMYK0.130.6500
HSL287.78º100%67.25%-
HSV(B)287.78º65.49%100%-
XYZ51.3629.5797.61-
YUV146.8189.06180.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.18%
GREEN value IS 88 (34.77% from 255) = 15.60%
BLUE value IS 255 (100% from 255) = 45.21%
R=39.18%
G=15.60%
B=45.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal221882550.130.6500287.7810067.25
HexDD58FFD41001206443
Octal3351303771510100440144103
Binary11011101101100011111111110110000010010010000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD58FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD58FF; }

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

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

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

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

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

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

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

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