#DC64F3

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

Shades of Heliotrope #DC64F3

Tints of Heliotrope #DC64F3

Color information

#DC64F3 (or 0xDC64F3) is unknown color: approx Heliotrope. HEX triplet: DC, 64 and F3. RGB value is (220,100,243). Sum of RGB (Red+Green+Blue) = 220+100+243=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 100 (39.45% from 255 or 17.76% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC64F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC64F3 is #239B0C. Grayscale: #979797. Windows color (decimal): -2333453 or 15951068. OLE color: 15951068.

HSL color Cylindrical-coordinate representation of color #DC64F3: hue angle of 290.35º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC64F3 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220100243-
CMYK0.090.5900.05
HSL290.35º85.63%67.25%-
HSV(B)290.35º58.85%95.29%-
XYZ50.2530.888.09-
YUV152.18179.26176.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 100 (39.45% from 255) = 17.76%
BLUE value IS 243 (95.31% from 255) = 43.16%
R=39.08%
G=17.76%
B=43.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201002430.090.5900.05290.3585.6367.25
HexDC64F393B051225643
Octal334144363117305442126103
Binary110111001100100111100111001111011010110010001010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC64F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC64F3; }

 p { color: rgb(220,100,243); }

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

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

 a { background-color: rgb(220,100,243); }

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

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

 span { border-color: rgb(220,100,243); }

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