#DC6DFD

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

Shades of Heliotrope #DC6DFD

Tints of Heliotrope #DC6DFD

Color information

#DC6DFD (or 0xDC6DFD) is unknown color: approx Heliotrope. HEX triplet: DC, 6D and FD. RGB value is (220,109,253). Sum of RGB (Red+Green+Blue) = 220+109+253=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 109 (42.97% from 255 or 18.73% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC6DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6DFD is #239202. Grayscale: #9E9E9E. Windows color (decimal): -2331139 or 16608732. OLE color: 16608732.

HSL color Cylindrical-coordinate representation of color #DC6DFD: hue angle of 286.25º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC6DFD is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220109253-
CMYK0.130.5700.01
HSL286.25º97.3%70.98%-
HSV(B)286.25º56.92%99.22%-
XYZ52.7133.2496.57-
YUV158.61181.27171.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.80%
GREEN value IS 109 (42.97% from 255) = 18.73%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=37.80%
G=18.73%
B=43.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201092530.130.5700.01286.2597.370.98
HexDC6DFDD390111e6147
Octal334155375157101436141107
Binary1101110011011011111110111011110010110001111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DFD; }

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

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

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

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

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

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

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

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