#DD71F9

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

Shades of Heliotrope #DD71F9

Tints of Heliotrope #DD71F9

Color information

#DD71F9 (or 0xDD71F9) is unknown color: approx Heliotrope. HEX triplet: DD, 71 and F9. RGB value is (221,113,249). Sum of RGB (Red+Green+Blue) = 221+113+249=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 113 (44.53% from 255 or 19.38% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD71F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD71F9 is #228E06. Grayscale: #A0A0A0. Windows color (decimal): -2264583 or 16347613. OLE color: 16347613.

HSL color Cylindrical-coordinate representation of color #DD71F9: hue angle of 287.65º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD71F9 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221113249-
CMYK0.110.5500.02
HSL287.65º91.89%70.98%-
HSV(B)287.65º54.62%97.65%-
XYZ52.8234.0293.41-
YUV160.8177.78170.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 113 (44.53% from 255) = 19.38%
BLUE value IS 249 (97.66% from 255) = 42.71%
R=37.91%
G=19.38%
B=42.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211132490.110.5500.02287.6591.8970.98
HexDD71F9B37021205c47
Octal335161371136702440134107
Binary11011101111000111111001101111011101010010000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD71F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD71F9; }

 p { color: rgb(221,113,249); }

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

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

 a { background-color: rgb(221,113,249); }

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

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

 span { border-color: rgb(221,113,249); }

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