#DC47FE

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

Shades of Heliotrope #DC47FE

Tints of Heliotrope #DC47FE

Color information

#DC47FE (or 0xDC47FE) is unknown color: approx Heliotrope. HEX triplet: DC, 47 and FE. RGB value is (220,71,254). Sum of RGB (Red+Green+Blue) = 220+71+254=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 71 (28.12% from 255 or 13.03% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC47FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC47FE is #23B801. Grayscale: #878787. Windows color (decimal): -2340866 or 16664540. OLE color: 16664540.

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

Color convert

RGB22071254-
CMYK0.130.7200.00
HSL288.85º98.92%63.73%-
HSV(B)288.85º72.05%99.61%-
XYZ49.6626.8896.34-
YUV136.41194.36187.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 71 (28.12% from 255) = 13.03%
BLUE value IS 254 (99.61% from 255) = 46.61%
R=40.37%
G=13.03%
B=46.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal220712540.130.7200.00288.8598.9263.73
HexDC47FED48001216340
Octal3341073761511000441143100
Binary11011100100011111111110110110010000010010000111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC47FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC47FE; }

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

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

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

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

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

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

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

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