#DC4DF8

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

Shades of Heliotrope #DC4DF8

Tints of Heliotrope #DC4DF8

Color information

#DC4DF8 (or 0xDC4DF8) is unknown color: approx Heliotrope. HEX triplet: DC, 4D and F8. RGB value is (220,77,248). Sum of RGB (Red+Green+Blue) = 220+77+248=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 77 (30.47% from 255 or 14.13% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC4DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC4DF8 is #23B207. Grayscale: #8A8A8A. Windows color (decimal): -2339336 or 16272860. OLE color: 16272860.

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

Color convert

RGB22077248-
CMYK0.110.6900.03
HSL290.18º92.43%63.73%-
HSV(B)290.18º68.95%97.25%-
XYZ49.1127.391.49-
YUV139.25189.38185.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 77 (30.47% from 255) = 14.13%
BLUE value IS 248 (97.27% from 255) = 45.50%
R=40.37%
G=14.13%
B=45.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal220772480.110.6900.03290.1892.4363.73
HexDC4DF8B45031225c40
Octal3341153701310503442134100
Binary110111001001101111110001011100010101110010001010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4DF8; }

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

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

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

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

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

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

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

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