#DD71F7

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

Shades of Heliotrope #DD71F7

Tints of Heliotrope #DD71F7

Color information

#DD71F7 (or 0xDD71F7) is unknown color: approx Heliotrope. HEX triplet: DD, 71 and F7. RGB value is (221,113,247). Sum of RGB (Red+Green+Blue) = 221+113+247=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 113 (44.53% from 255 or 19.45% from 581); Blue value is 247 (96.88% from 255 or 42.51% from 581); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD71F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD71F7 is #228E08. Grayscale: #A0A0A0. Windows color (decimal): -2264585 or 16216541. OLE color: 16216541.

HSL color Cylindrical-coordinate representation of color #DD71F7: hue angle of 288.36º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD71F7 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221113247-
CMYK0.110.5400.03
HSL288.36º89.33%70.59%-
HSV(B)288.36º54.25%96.86%-
XYZ52.5133.991.77-
YUV160.57176.78171.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 113 (44.53% from 255) = 19.45%
BLUE value IS 247 (96.88% from 255) = 42.51%
R=38.04%
G=19.45%
B=42.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211132470.110.5400.03288.3689.3370.59
HexDD71F7B36031205947
Octal335161367136603440131107
Binary11011101111000111110111101111011001110010000010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD71F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD71F7; }

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

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

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

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

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

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

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

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