#DF5CFF

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

Shades of Heliotrope #DF5CFF

Tints of Heliotrope #DF5CFF

Color information

#DF5CFF (or 0xDF5CFF) is unknown color: approx Heliotrope. HEX triplet: DF, 5C and FF. RGB value is (223,92,255). Sum of RGB (Red+Green+Blue) = 223+92+255=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 92 (36.33% from 255 or 16.14% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF5CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5CFF is #20A300. Grayscale: #959595. Windows color (decimal): -2138881 or 16735455. OLE color: 16735455.

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

Color convert

RGB22392255-
CMYK0.130.6400
HSL288.22º100%68.04%-
HSV(B)288.22º63.92%100%-
XYZ52.3130.5697.75-
YUV149.75187.4180.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 92 (36.33% from 255) = 16.14%
BLUE value IS 255 (100% from 255) = 44.74%
R=39.12%
G=16.14%
B=44.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal223922550.130.6400288.2210068.04
HexDF5CFFD40001206444
Octal3371343771510000440144104
Binary11011111101110011111111110110000000010010000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5CFF; }

 p { color: rgb(223,92,255); }

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

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

 a { background-color: rgb(223,92,255); }

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

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

 span { border-color: rgb(223,92,255); }

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