#DC5DFD

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

Shades of Heliotrope #DC5DFD

Tints of Heliotrope #DC5DFD

Color information

#DC5DFD (or 0xDC5DFD) is unknown color: approx Heliotrope. HEX triplet: DC, 5D and FD. RGB value is (220,93,253). Sum of RGB (Red+Green+Blue) = 220+93+253=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 93 (36.72% from 255 or 16.43% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC5DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5DFD is #23A202. Grayscale: #949494. Windows color (decimal): -2335235 or 16604636. OLE color: 16604636.

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

Color convert

RGB22093253-
CMYK0.130.6300.01
HSL287.62º97.56%67.84%-
HSV(B)287.62º63.24%99.22%-
XYZ51.1630.1496.05-
YUV149.21186.58178.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.87%
GREEN value IS 93 (36.72% from 255) = 16.43%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=38.87%
G=16.43%
B=44.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal220932530.130.6300.01287.6297.5667.84
HexDC5DFDD3F011206244
Octal334135375157701440142104
Binary1101110010111011111110111011111110110010000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5DFD; }

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

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

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

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

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

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

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

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