#DD71FE

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

Shades of Heliotrope #DD71FE

Tints of Heliotrope #DD71FE

Color information

#DD71FE (or 0xDD71FE) is unknown color: approx Heliotrope. HEX triplet: DD, 71 and FE. RGB value is (221,113,254). Sum of RGB (Red+Green+Blue) = 221+113+254=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 113 (44.53% from 255 or 19.22% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD71FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD71FE is #228E01. Grayscale: #A0A0A0. Windows color (decimal): -2264578 or 16675293. OLE color: 16675293.

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

Color convert

RGB221113254-
CMYK0.130.5600.00
HSL285.96º98.6%71.96%-
HSV(B)285.96º55.51%99.61%-
XYZ53.6134.3497.57-
YUV161.37180.28170.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 113 (44.53% from 255) = 19.22%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=37.59%
G=19.22%
B=43.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211132540.130.5600.00285.9698.671.96
HexDD71FED380011e6348
Octal335161376157000436143110
Binary1101110111100011111111011011110000010001111011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD71FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD71FE; }

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

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

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

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

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

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

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

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