#DD73FF

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

Shades of Heliotrope #DD73FF

Tints of Heliotrope #DD73FF

Color information

#DD73FF (or 0xDD73FF) is unknown color: approx Heliotrope. HEX triplet: DD, 73 and FF. RGB value is (221,115,255). Sum of RGB (Red+Green+Blue) = 221+115+255=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 115 (45.31% from 255 or 19.46% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD73FF is #228C00. Grayscale: #A2A2A2. Windows color (decimal): -2264065 or 16741341. OLE color: 16741341.

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

Color convert

RGB221115255-
CMYK0.130.5500
HSL285.43º100%72.55%-
HSV(B)285.43º54.9%100%-
XYZ5434.8598.49-
YUV162.65180.12169.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 115 (45.31% from 255) = 19.46%
BLUE value IS 255 (100% from 255) = 43.15%
R=37.39%
G=19.46%
B=43.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211152550.130.5500285.4310072.55
HexDD73FFD370011d6449
Octal335163377156700435144111
Binary1101110111100111111111111011101110010001110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD73FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD73FF; }

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

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

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

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

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

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

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

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