#DF71EB

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

Shades of Heliotrope #DF71EB

Tints of Heliotrope #DF71EB

Color information

#DF71EB (or 0xDF71EB) is unknown color: approx Heliotrope. HEX triplet: DF, 71 and EB. RGB value is (223,113,235). Sum of RGB (Red+Green+Blue) = 223+113+235=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF71EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF71EB is #208E14. Grayscale: #9F9F9F. Windows color (decimal): -2133525 or 15430111. OLE color: 15430111.

HSL color Cylindrical-coordinate representation of color #DF71EB: hue angle of 294.1º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF71EB is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223113235-
CMYK0.050.5200.08
HSL294.1º75.31%68.24%-
HSV(B)294.1º51.91%92.16%-
XYZ51.3333.582.36-
YUV159.8170.44173.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 113 (44.53% from 255) = 19.79%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=39.05%
G=19.79%
B=41.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231132350.050.5200.08294.175.3168.24
HexDF71EB534081264b44
Octal337161353564010446113104
Binary110111111110001111010111011101000100010010011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF71EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF71EB; }

 p { color: rgb(223,113,235); }

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

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

 a { background-color: rgb(223,113,235); }

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

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

 span { border-color: rgb(223,113,235); }

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