#DD71FF

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

Shades of Heliotrope #DD71FF

Tints of Heliotrope #DD71FF

Color information

#DD71FF (or 0xDD71FF) is unknown color: approx Heliotrope. HEX triplet: DD, 71 and FF. RGB value is (221,113,255). Sum of RGB (Red+Green+Blue) = 221+113+255=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 113 (44.53% from 255 or 19.19% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD71FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD71FF is #228E00. Grayscale: #A1A1A1. Windows color (decimal): -2264577 or 16740829. OLE color: 16740829.

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

Color convert

RGB221113255-
CMYK0.130.5600
HSL285.63º100%72.16%-
HSV(B)285.63º55.69%100%-
XYZ53.7734.498.41-
YUV161.48180.78170.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 113 (44.53% from 255) = 19.19%
BLUE value IS 255 (100% from 255) = 43.29%
R=37.52%
G=19.19%
B=43.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211132550.130.5600285.6310072.16
HexDD71FFD380011e6448
Octal335161377157000436144110
Binary1101110111100011111111111011110000010001111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD71FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD71FF; }

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

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

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

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

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

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

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

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