#DF6BF3

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

Shades of Heliotrope #DF6BF3

Tints of Heliotrope #DF6BF3

Color information

#DF6BF3 (or 0xDF6BF3) is unknown color: approx Heliotrope. HEX triplet: DF, 6B and F3. RGB value is (223,107,243). Sum of RGB (Red+Green+Blue) = 223+107+243=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 107 (42.19% from 255 or 18.67% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF6BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6BF3 is #20940C. Grayscale: #9C9C9C. Windows color (decimal): -2135053 or 15952863. OLE color: 15952863.

HSL color Cylindrical-coordinate representation of color #DF6BF3: hue angle of 291.18º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6BF3 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223107243-
CMYK0.080.5600.05
HSL291.18º85%68.63%-
HSV(B)291.18º55.97%95.29%-
XYZ51.8732.6788.37-
YUV157.19176.43174.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 107 (42.19% from 255) = 18.67%
BLUE value IS 243 (95.31% from 255) = 42.41%
R=38.92%
G=18.67%
B=42.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231072430.080.5600.05291.188568.63
HexDF6BF3838051235545
Octal337153363107005443125105
Binary110111111101011111100111000111000010110010001110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6BF3; }

 p { color: rgb(223,107,243); }

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

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

 a { background-color: rgb(223,107,243); }

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

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

 span { border-color: rgb(223,107,243); }

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