#DC3FFE

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

Shades of Heliotrope #DC3FFE

Tints of Heliotrope #DC3FFE

Color information

#DC3FFE (or 0xDC3FFE) is unknown color: approx Heliotrope. HEX triplet: DC, 3F and FE. RGB value is (220,63,254). Sum of RGB (Red+Green+Blue) = 220+63+254=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 63 (25% from 255 or 11.73% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC3FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC3FFE is #23C001. Grayscale: #838383. Windows color (decimal): -2342914 or 16662492. OLE color: 16662492.

HSL color Cylindrical-coordinate representation of color #DC3FFE: hue angle of 289.32º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3FFE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB22063254-
CMYK0.130.7500.00
HSL289.32º98.96%62.16%-
HSV(B)289.32º75.2%99.61%-
XYZ49.1825.9396.18-
YUV131.72197.01190.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 63 (25% from 255) = 11.73%
BLUE value IS 254 (99.61% from 255) = 47.30%
R=40.97%
G=11.73%
B=47.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal220632540.130.7500.00289.3298.9662.16
HexDC3FFED4B00121633e
Octal33477376151130044114376
Binary110111001111111111111011011001011001001000011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3FFE; }

 p { color: rgb(220,63,254); }

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

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

 a { background-color: rgb(220,63,254); }

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

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

 span { border-color: rgb(220,63,254); }

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