#DC6DF8

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

Shades of Heliotrope #DC6DF8

Tints of Heliotrope #DC6DF8

Color information

#DC6DF8 (or 0xDC6DF8) is unknown color: approx Heliotrope. HEX triplet: DC, 6D and F8. RGB value is (220,109,248). Sum of RGB (Red+Green+Blue) = 220+109+248=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 109 (42.97% from 255 or 18.89% from 577); Blue value is 248 (97.27% from 255 or 42.98% from 577); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC6DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6DF8 is #239207. Grayscale: #9D9D9D. Windows color (decimal): -2331144 or 16281052. OLE color: 16281052.

HSL color Cylindrical-coordinate representation of color #DC6DF8: hue angle of 287.91º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6DF8 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220109248-
CMYK0.110.5600.03
HSL287.91º90.85%70%-
HSV(B)287.91º56.05%97.25%-
XYZ51.9332.9392.43-
YUV158.04178.77172.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 109 (42.97% from 255) = 18.89%
BLUE value IS 248 (97.27% from 255) = 42.98%
R=38.13%
G=18.89%
B=42.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2201092480.110.5600.03287.9190.8570
HexDC6DF8B38031205b46
Octal334155370137003440133106
Binary11011100110110111111000101111100001110010000010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DF8; }

 p { color: rgb(220,109,248); }

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

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

 a { background-color: rgb(220,109,248); }

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

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

 span { border-color: rgb(220,109,248); }

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