#DC46FB

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

Shades of Heliotrope #DC46FB

Tints of Heliotrope #DC46FB

Color information

#DC46FB (or 0xDC46FB) is unknown color: approx Heliotrope. HEX triplet: DC, 46 and FB. RGB value is (220,70,251). Sum of RGB (Red+Green+Blue) = 220+70+251=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 70 (27.73% from 255 or 12.94% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC46FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC46FB is #23B904. Grayscale: #868686. Windows color (decimal): -2341125 or 16467676. OLE color: 16467676.

HSL color Cylindrical-coordinate representation of color #DC46FB: hue angle of 289.72º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC46FB is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22070251-
CMYK0.120.7200.02
HSL289.72º95.77%62.94%-
HSV(B)289.72º72.11%98.43%-
XYZ49.1226.5693.8-
YUV135.48193.2188.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 70 (27.73% from 255) = 12.94%
BLUE value IS 251 (98.44% from 255) = 46.40%
R=40.67%
G=12.94%
B=46.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal220702510.120.7200.02289.7295.7762.94
HexDC46FBC4802122603f
Octal334106373141100244214077
Binary11011100100011011111011110010010000101001000101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC46FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC46FB; }

 p { color: rgb(220,70,251); }

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

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

 a { background-color: rgb(220,70,251); }

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

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

 span { border-color: rgb(220,70,251); }

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